|
-
Oct 21st, 2000, 04:48 AM
#1
Thread Starter
Hyperactive Member
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
-
Oct 21st, 2000, 06:04 PM
#2
Is this what you want?
Code:
Shell "rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl", vbNormalFocus
-
Oct 21st, 2000, 10:02 PM
#3
Thread Starter
Hyperactive Member
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?
-
Oct 21st, 2000, 10:15 PM
#4
Try this:
Code:
Shell "rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl", vbNormalFocus
-
Oct 22nd, 2000, 07:12 AM
#5
Thread Starter
Hyperactive Member
Thanks for help again!
thx, vbzero
-
Nov 30th, 2005, 06:02 PM
#6
Addicted Member
Re: How to open the network connection properties
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.
Changes are not permanent, but change is. {Neil Peart}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|