Hi,
ich versuche mit der Internet-Dial-Funktion
Declare Function InternetDial _
Lib „wininet.dll“ Alias „InternetDialA“ _
(ByVal hwndParent As Long, _
ByVal strEntryName As String, _
ByVal dwFlags As Long, _
lpdwConnection As Long, _
ByVal dwReserved As Long) As Long
eine Verbindung ins Web herzustellen.
Das funktioniert jedoch nicht, wenn ich im InternetExplorer > Internetoptionen > Verbindungen einstelle „Keine Verbindung wählen“
Wie erreiche ich, dass es auch dann klappt ?
Danke,
N.