
InternetAutodial Function--How to Launch from VB6?
Can you please elaborate on this? Where to get this InternetAutoDial
function? Which components to load?
Thanks
Bill Nguyen
Quote:
> Set flag to 1 to autodial - you need to use InternetDial to hide the
Dialup
> box compltetely tho!
> Declare InternetAutoDial...
> Call InternetAutoDial(2,0)
> > In my application, I'm trying to make the InternetAutodial function
work.
> Does
> > anyone know what I have to do to force an internet connection so I can
> access
> > the web? Thank you!
> > T. Hunter