InternetAutodial Function--How to Launch from VB6? 
Author Message
 InternetAutodial Function--How to Launch from VB6?

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



Thu, 16 May 2002 03:00:00 GMT  
 InternetAutodial Function--How to Launch from VB6?
Set flag to 1 to autodial - you need to use InternetDial to hide the Dialup
box compltetely tho!

Declare InternetAutoDial...
Call InternetAutoDial(2,0)


Quote:
> 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



Fri, 17 May 2002 03:00:00 GMT  
 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



Mon, 20 May 2002 03:00:00 GMT  
 InternetAutodial Function--How to Launch from VB6?
<snip>

InternetDial and InternetAutoDial are both funcs of WinInet.dll - U need IE
to use them -

If your users dont have IE i suggest going back to RasDial  - but this
doesnt support a dialup box in Win 9x (ie you haff to make one yourself!)

- m9



Wed, 22 May 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. InternetAutodial function doesn't seem to work

2. wininet.dll InternetAutodial function

3. InternetAutodial doesn't work??

4. Dial-Up Networking: InternetAutoDial

5. InternetAutoDial

6. wininet.dll - InternetAutoDial

7. InternetAutoDial

8. InternetAutodial

9. internetautodial and wininet

10. Does VB6 have a function like c's union function

11. launching multiple threads from function

12. determine if a program launched with the shell function completed

 

 
Powered by phpBB® Forum Software