Results 1 to 3 of 3

Thread: Internet connection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    22

    Question

    how can i start an internet connection from my prog ?

    thanks

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Code:
    Dim res
    res = Shell("rundll32.exe rnaui.dll,RnaDial " _ & "connection_name", 1)
    Dim

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    22

    Exclamation

    I know this code but it doesn't work with Win2000

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