InternetDial - wininet.dll ? 
Author Message
 InternetDial - wininet.dll ?

Hello every one,
I have got the InternetDail function working in my vb app... I searched all
over the Microsoft site and could not find any values for the below flags?

INTERNET_AUTODIAL_FORCE_ONLINE
INTERNET_DIAL_UNATTENDED

can any one help? or point me in the right direction?

Thanks.
Mr.Plod



Sun, 19 May 2002 03:00:00 GMT  
 InternetDial - wininet.dll ?
INTERNET_AUTODIAL_FORCE_ONLINE          1
INTERNET_DIAL_UNATTENDED       &H8000

Quote:
> Hello every one,
> I have got the InternetDail function working in my vb app... I searched
all
> over the Microsoft site and could not find any values for the below flags?

> INTERNET_AUTODIAL_FORCE_ONLINE
> INTERNET_DIAL_UNATTENDED

> can any one help? or point me in the right direction?

> Thanks.
> Mr.Plod



Sun, 19 May 2002 03:00:00 GMT  
 InternetDial - wininet.dll ?
Hello Mr.Plod,

WinInet constant values as well as function declaratons (for C/C++) listed
in wininet.h that you can download from Platform SDK section at MSDN Online
website (http://msdn.microsoft.com/downloads/sdks/platform/platform.asp). I
think you need to download "Internet Explorer Headers and Libs" to get it.
If you want to use WinInet just for establishing connection, look at the
example at my website
(http://www.vbip.com/wininet/wininet_connection_01.asp) There is
"CWinInetConnection class" article with source code.
--
Oleg Gdalevich, MCSD
St.Petersburg, Russia

Visual Basic Internet Programming http://www.vbip.com/


Quote:
> Hello every one,
> I have got the InternetDail function working in my vb app... I searched
all
> over the Microsoft site and could not find any values for the below flags?

> INTERNET_AUTODIAL_FORCE_ONLINE
> INTERNET_DIAL_UNATTENDED

> can any one help? or point me in the right direction?

> Thanks.
> Mr.Plod



Sun, 19 May 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Internetdial - wininet.dll [again] ?

2. Internetdial - wininet.dll [again] ?

3. InternetDial - wininet.dll ?

4. WinInet API - InternetDial and Dial-Up Networking

5. Help with using InternetDial from WinInet API

6. Help with using InternetDial from WinInet API

7. Wininet internetdial WindowsME

8. Declare for the wininet API InternetDial Funcion

9. Help with using InternetDial from WinInet API !

10. Help with using InternetDial from WinInet API

11. Help with using InternetDial from WinInet API

12. PLEASE HELP with Wininet.DLL/Wininet.LIB

 

 
Powered by phpBB® Forum Software