Results 1 to 3 of 3

Thread: making a dialer

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10
    i want to make a program where it dial a dial up server and it give it the password to like earthlink 2.7 or aol or msg or something .
    Blah

  2. #2
    Guest
    Look in your Dial-Up Networking Folder for Connections and try this:

    Code:
    Private Sub Command1_Click()
    Dim X
    'Replace ConnectionName with the dial-up connection name you want to connect to
    X = Shell("rundll32.exe rnaui.dll,RnaDial " & "ConnectionName", vbNormalFocus)
    DoEvents
    'You can type in your password before the { below.
    SendKeys "{enter}", True
    DoEvents
    End Sub

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10
    i want it to dial the number to and send the username and password . i want the progrm to dil it too.
    Blah

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