CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    Bangalore,India
    Posts
    13

    Huv to show the Dialup Box

    Hai EveryBody!
    I am ramesh .I am working as a S/E. I need a immediate Help from you.Can Anybody Knows Huv to Show the Dialup Network Connections Dialog Box through VB Applications.I Need Urgently.Pls Help Me.



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Huv to show the Dialup Box

    Here it is.

    private Sub Command1_Click()private Sub Command1_Click()
    Shell "rundll32.exe rnaui.dll,RnaDial "
    End Sub





    John G

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

Featured