Results 1 to 5 of 5

Thread: Dial up BOX

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    13

    Wink Dial up BOX

    How can I show the Dial Up Box , with an API Call ?

    Sorry I Don't speak english

    Javier Gonzalez

  2. #2
    Matthew Gates
    Guest
    Try this:


    Code:
    Shell "rundll32.exe rnaui.dll,RnaDial " _
    & "connections_name", 1

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    13

    Module Error

    Your example return a error , module rnaui.dll not found

  4. #4

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    13

    Not Run With Windows NT

    ????

  5. #5
    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

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