Results 1 to 2 of 2

Thread: dial-up networking

  1. #1

    Thread Starter
    Addicted Member cutamacious's Avatar
    Join Date
    May 2001
    Location
    INDIA >> Andhra Pradesh >> Hyderabad
    Posts
    185

    Question dial-up networking

    How can i open a dial-up networking dialog using my VB application?
    (On
    Windows Xp)
    Cute Member

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    I found this, not sure about XP (Ok on WinME); its bare bones, but a place to start:
    VB Code:
    1. Private Sub Command1_Click()
    2.     Shell "rundll32.exe rnaui.dll,RnaDial connection_name", 1
    3. End Sub


    Do a search using KeyWords: "dial up"



    Bruce.

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