Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with InternetDial()
Message
From
23/09/2002 10:02:00
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00703322
Message ID:
00703354
Views:
14
>Pass lnConnect_Handle by ref:
>
>
lnRetVal = InternetDial(lnhwnd, lcDialUp, lnAccType, @lnConnect_Handle, 0)
Yes, of course, but I did that, I only wrote it wrong in the message. The actual code is:

lnConnectionID = 0
IF VARTYPE(lnHWNDHandle) <> "N"
lnHWNDHandle = 0
ENDIF
lnFlag = 0x8000
lcDialUpName = lcDialUpName + cNULL
fResult = InternetDial(lnHWNDHandle, @lcDialUpName, lnFlag, @lnConnectionID, 0)
*-- fResult = 0
*-- lnConnecitonID = 0
*-- Connection is established.
What else could be wrong?
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform