Who knows how to open the network properties of an existing
network connection (windows default)?
This should be done by clicking on a command button.
zhx, vbzero
Printable View
Who knows how to open the network properties of an existing
network connection (windows default)?
This should be done by clicking on a command button.
zhx, vbzero
Is this what you want?
Code:Shell "rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl", vbNormalFocus
If I use this command nothing happens. No error and no
effect. I'm using Windows 2000 - maybe the command line
is different in Win2k?
Try this:
Code:Shell "rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl", vbNormalFocus
Thanks for help again!
thx, vbzero
Is there a way I can take this a step further and open up the properties for a specific network connection? Like "Local Area Connection"? I've seen this trick before in a few programs so I have to imagine it's possible.
Thanks, in advance.