I'm completely new to programming, so here we go...
The general idea of what I’m trying to do is manage network settings for multiple locations.
So when I bounce from place to place, I select where I’m at, hit OK, and bam! My network settings change.
1) Basically, I want a combo box to display any network devices, on any PC.
2) As of now, the only place I know to retrieve this information is in the registry,
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\##\”, Description = Network Device.
## = is a number that changes from PC to PC(i believe).
Please advise. :)
Network management project. HELP!
Started by airborne, Apr 17 2010 05:15 PM
1 reply to this topic
#1
Posted 17 April 2010 - 05:15 PM
|
|
|
#2
Posted 03 May 2010 - 04:22 AM
you don't need to build what Microsoft already did for you :)
try to use something called performance counter (you find it in your toolbox) , try googling or experimenting :)
if you didn't get lucky to know how to use it, let me know , i am planning to add a tutorial about it.
try to use something called performance counter (you find it in your toolbox) , try googling or experimenting :)
if you didn't get lucky to know how to use it, let me know , i am planning to add a tutorial about it.
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel
Video Tutorial Channel


Sign In
Create Account

Back to top









