Results 1 to 5 of 5

Thread: internet connection

  1. #1

    Thread Starter
    Member king_willy's Avatar
    Join Date
    Sep 2001
    Location
    Sydney
    Posts
    61

    internet connection

    I use dial-up and so need to click the connection icon to connect. Is there any way i can get vb to start that icon as such?

    cheers

  2. #2
    Hyperactive Member DovyWeiss's Avatar
    Join Date
    Feb 2002
    Location
    Miami Beach, FL
    Posts
    366

  3. #3
    Hyperactive Member Blinky Bill's Avatar
    Join Date
    Mar 2002
    Location
    Happily munching on the greenery in your garden
    Posts
    349
    Yeah, use the shell command to run the application that the icon points to. syntax is:

    shell(Your connection app name, Window style)

    window style is minimised, maximised, etc.

    Hope this helps

  4. #4

    Thread Starter
    Member king_willy's Avatar
    Join Date
    Sep 2001
    Location
    Sydney
    Posts
    61
    cheers

  5. #5
    Hyperactive Member DovyWeiss's Avatar
    Join Date
    Feb 2002
    Location
    Miami Beach, FL
    Posts
    366
    You can't use the Shell command as a connection is not an executable file. In addition, you never know what the connection is called on the end-user's computer. Only Internet Explorer does, and the link I gave you does everything you want to do, using IE.

    P.S. Some advice: don't worry about IE not being installed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width