Results 1 to 2 of 2

Thread: how to open the network connection properties windows in vb6

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    1

    how to open the network connection properties windows in vb6

    The network connection properties windows should open be when i press a button in my form developed in vb6. pls give answer for this . Very very Immdly ....

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to open the network connection properties windows in vb6

    Welcome to the forums.
    VB Code:
    1. Private Sub Command1_Click()
    2. Shell "C:\Windows\System32\control.exe" & " ncpa.cpl", 1
    3. 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