Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InternetDial WinAPI Flags
Message
 
 
To
08/12/2001 18:06:26
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00591729
Message ID:
00591766
Views:
25
>All,
>
>Does anyone know if the flag option INTERNET_DIAL_FORCE_PROMPT actually works with the InternetDial WinAPI function? I would like to present the user with the DUN window of connectoid options to select from. Otherwise, the InternetDial function works great.
>
>INTERNET_DIAL_FORCE_PROMPT does not show up in the Wininet.h header file, or anywhere else. I'm clueless what its value should be.
>
>I did find a website in Japan that listed a value of 0x2000 but that doesn't work.
>
>Thanks in advance.
>
>Mike Copeland
>Genesis Group

I found all of these, don't know which is right, good luck:

Private Const INTERNET_DIAL_FORCE_PROMPT As Long = &H2000
Private Const INTERNET_DIAL_FORCE_PROMPT = &H1

along with the 0x2000 that you already have.
jfh
Previous
Reply
Map
View

Click here to load this message in the networking platform