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