Discussion:
Programmatically Launch the Network Diagnostic / Setup dialogs?
(too old to reply)
ESmith
2007-04-06 13:17:22 UTC
Permalink
I want to provide quick access buttons on my .Net Winform applicaton to
allow the user to launch the network diagnostic and/or setup dialogs for the
following OS's:

Vista
Xp
Win 2000

Is there a registry location that would list configuration applications for
Wireless devices?

The issue is that after using the application, the network connection (which
is disabled when the program runs), may not re-establish the network
connection (after the network device is re-enabled) - so I want to allow the
user to be able to launch the appropriate "make a connection" dialog without
having them search for it on their own.

Ideas as to best be able to accomplish this?

Thanks!
Arkady Frenkel
2007-04-07 08:08:00 UTC
Permalink
Look at
http://groups.google.co.il/group/microsoft.public.development.device.drivers/browse_thread/thread/9cf9fe3c7de0ff64/8bfb174f20dafb86?lnk=st&q=ParseDisplayName+wzcproperties&rnum=1#8bfb174f20dafb86
how to start wzc dialogs but be aware that you can use or wzc or custom app
as a service for setting/diagnostic , not both at the same time
Arkady
Post by ESmith
I want to provide quick access buttons on my .Net Winform applicaton to
allow the user to launch the network diagnostic and/or setup dialogs for
Vista
Xp
Win 2000
Is there a registry location that would list configuration applications
for Wireless devices?
The issue is that after using the application, the network connection
(which is disabled when the program runs), may not re-establish the
network connection (after the network device is re-enabled) - so I want to
allow the user to be able to launch the appropriate "make a connection"
dialog without having them search for it on their own.
Ideas as to best be able to accomplish this?
Thanks!
Loading...