----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: spark Message 6 in Discussion forwarding it again cause it didnt show up, yet -----Original Message----- From: James, Roshan (Cognizant) Sent: Friday, May 30, 2003 12:34 PM To: 'BDOTNET' Subject: RE: Enumerating My Network Places using C# Do check out WMI : this one of those many things in windows that gives you that alice in wonderland feeling 'oh man, it was here all this while and i just didnt know !' it does a lot more that let you enumerate network places WMI homepage http://www.microsoft.com/hwdev/driver/WMI/default.asp WMI downloads http://msdn.microsoft.com/library/default.asp?url=/downloads/list/wmi.asp WMI classes http://msdn.microsoft.com/library/en-us/wmisdk/wmi/wmi_classes.asp?frame=true About WMI http://msdn.microsoft.com/library/en-us/wmisdk/wmi/about_wmi.asp?frame=true WMI Scripting http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/sampscr.asp http://www.activxperts.com/ActivMonitor/windowsmanagement/ (this last links has hundreds of sample scripts from wsh - must see. i can understand how this would seem puzzling to you as a c# beginner. you see the basic api for doing this (that is the functions that let you do all this stuff) are part of the os. the .net libs let you access this though some of the api they expose. ok so far ? So most of this is wrapped inside this thing called system.management under the framework - now explore : ofcourse dont do this if you are looking for a quick immediate way to get the work done. rosh ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
