Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamically generate a MS Word document using ASP.Net Pin
john kuruvila23-Nov-04 13:32
john kuruvila23-Nov-04 13:32 
GeneralCenter of screen Pin
AlexMartins23-Nov-04 10:16
AlexMartins23-Nov-04 10:16 
GeneralRe: Center of screen Pin
Luis Alonso Ramos23-Nov-04 10:38
Luis Alonso Ramos23-Nov-04 10:38 
GeneralRe: Center of screen Pin
Daniel Turini24-Nov-04 1:17
Daniel Turini24-Nov-04 1:17 
QuestionBenefits of SqlTypes? Pin
sixefftee23-Nov-04 9:51
sixefftee23-Nov-04 9:51 
AnswerRe: Benefits of SqlTypes? Pin
Heath Stewart23-Nov-04 12:48
protectorHeath Stewart23-Nov-04 12:48 
GeneralRe: Benefits of SqlTypes? Pin
Charlie Williams23-Nov-04 13:12
Charlie Williams23-Nov-04 13:12 
GeneralRe: Benefits of SqlTypes? Pin
Heath Stewart23-Nov-04 13:13
protectorHeath Stewart23-Nov-04 13:13 
GeneralC# Question Pin
QzRz23-Nov-04 9:19
QzRz23-Nov-04 9:19 
GeneralRe: C# Question Pin
Stefan Troschuetz23-Nov-04 9:57
Stefan Troschuetz23-Nov-04 9:57 
GeneralRe: C# Question Pin
Uwe Keim23-Nov-04 19:56
sitebuilderUwe Keim23-Nov-04 19:56 
GeneralInstalled network cards Pin
Einar Kvandahl23-Nov-04 7:38
Einar Kvandahl23-Nov-04 7:38 
GeneralRe: Installed network cards Pin
Heath Stewart23-Nov-04 12:45
protectorHeath Stewart23-Nov-04 12:45 
GeneralRe: Installed network cards Pin
Einar Kvandahl24-Nov-04 3:59
Einar Kvandahl24-Nov-04 3:59 
GeneralRe: Installed network cards Pin
Heath Stewart24-Nov-04 5:06
protectorHeath Stewart24-Nov-04 5:06 
Those are network interfaces used by the system.

Note that you're not querying a table, but an object heirarchy in a SQL-like fashion. To learn more about what classes and in what namespaces those classes are contained, as well as what properties and methods those classes expose, you download the Management (WMI) Extensions for Visual Studio .NET 2002 Server Explorer (RTM)[^] or Management (WMI) Extensions for Visual Studio .NET 2003 Server Explorer[^]. To learn more about how to use these extensions, read the topic Managing Windows Management Instrumentation (WMI) Data and Events with Server Explorer[^]. You could also read System.Management Lets You Take Advantage of WMI APIs within Managed Code[^] from MSDN Magazine for more information.

If you want a more general purpose application for working with WMI, you can download the WMI SDK[^] that includes CIM Studio for working with WMI classes that are stored in the Common Information Model (CIM).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionMore-Automated Windows Forms Help? Pin
McClamm23-Nov-04 7:08
McClamm23-Nov-04 7:08 
AnswerRe: More-Automated Windows Forms Help? Pin
Heath Stewart23-Nov-04 8:47
protectorHeath Stewart23-Nov-04 8:47 
Generalcatch app Exit Pin
IvyLee23-Nov-04 6:28
IvyLee23-Nov-04 6:28 
GeneralRe: catch app Exit Pin
Daniel Turini23-Nov-04 8:10
Daniel Turini23-Nov-04 8:10 
GeneralToolbar Pin
nickthemiragorobot23-Nov-04 5:44
nickthemiragorobot23-Nov-04 5:44 
GeneralRe: Toolbar Pin
Luis Alonso Ramos23-Nov-04 10:43
Luis Alonso Ramos23-Nov-04 10:43 
GeneralAvoiding multiple instances of an Application Pin
sommarafton23-Nov-04 3:43
sommarafton23-Nov-04 3:43 
GeneralRe: Avoiding multiple instances of an Application Pin
Jesse Squire23-Nov-04 3:56
Jesse Squire23-Nov-04 3:56 
GeneralTwo dimensional strongly typed collection Pin
Jan R Hansen23-Nov-04 3:36
Jan R Hansen23-Nov-04 3:36 
GeneralRe: Two dimensional strongly typed collection Pin
benjymous23-Nov-04 5:08
benjymous23-Nov-04 5:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.