Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with dialup connection
Message
From
27/08/2008 08:19:06
 
 
To
27/08/2008 08:08:44
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01342114
Message ID:
01342150
Views:
16
>hi sergey, thanks for your reply.
>I actually call the internetdial() with that flag set to 2
>which is the value of the INTERNET_AUTODIAL_FORCE_UNATTENDED constant ? i can't find the include file :)
>

Maybe test with 3 = bitor(INTERNET_AUTODIAL_FORCE_ONLINE, INTERNET_AUTODIAL_FORCE_UNATTENDED)
&& from WinInet.h

#define INTERNET_AUTODIAL_FORCE_ONLINE	1
#define INTERNET_AUTODIAL_FORCE_UNATTENDED	2
#define INTERNET_AUTODIAL_FAILIFSECURITYCHECK	4
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform