
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