Results 1 to 3 of 3

Thread: rundll32 dail-up dialog

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Holland
    Posts
    2

    Unhappy

    How can i bring up the dail-up dialog box in windows nt.
    from visual basic?

    I can do that in win 95/98 with the command:
    Shell "c:\windows\rundll rnaui.dll,RnaDial Internet"

    where Internet is the name associated with the dialup dialog box.

    Is there another way to dial automatically by providing the username and the password?

    Thanks!!

  2. #2
    Junior Member
    Join Date
    Mar 2001
    Location
    San Jose
    Posts
    26

    Angry

    I m also fighting with same problem

  3. #3
    Lively Member
    Join Date
    Jan 1999
    Location
    Karjalohja, Finland
    Posts
    123
    Try this:

    Public Sub ModemCallWin95_98()

    Dim WIN
    WIN = Shell("rundll32.exe rnaui.dll,RnaDial " & "Connect Name", 1)

    End Sub


    Public Sub ModemCallWinNT()

    Dim NT
    NT = Shell("rasphone.exe [-d Connect Name]", 1)

    End Sub

    -Dj4

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