Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
GeneralRe: How hard will it be to move to C# 2.0 ? Pin
SOCM_FP_CPP29-Jul-04 19:42
SOCM_FP_CPP29-Jul-04 19:42 
AnswerRe: How hard will it be to move to C# 2.0 ? Pin
Heath Stewart29-Jul-04 4:52
protectorHeath Stewart29-Jul-04 4:52 
GeneralTurning of the monitors Pin
PrebKlok29-Jul-04 3:01
PrebKlok29-Jul-04 3:01 
GeneralRe: Turning of the monitors Pin
Daniel Turini29-Jul-04 3:11
Daniel Turini29-Jul-04 3:11 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 3:31
PrebKlok29-Jul-04 3:31 
GeneralRe: Turning of the monitors Pin
Daniel Turini29-Jul-04 3:35
Daniel Turini29-Jul-04 3:35 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 4:18
PrebKlok29-Jul-04 4:18 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 4:48
protectorHeath Stewart29-Jul-04 4:48 
By reading about the System.Management[^] classes and their examples in the .NET Framework SDK. It's the only way to learn.

You can also download the Management Extensions for Visual Studio .NET from the links below, which installs extensions into VS.NET's Server Explorer. You can find the class you want and drag and drop it to your project ot create a typed ManagementObject (supported properties and methods are reflected on the created type), but all this does is provide a wrapper for calling ManagementObject.InvokeMethod, ManagementObject.Get, and ManagementObject.Put.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 5:10
PrebKlok29-Jul-04 5:10 
GeneralRe: Turning of the monitors Pin
Tom Larsen29-Jul-04 5:20
Tom Larsen29-Jul-04 5:20 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 5:51
PrebKlok29-Jul-04 5:51 
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 7:22
protectorNick Parker29-Jul-04 7:22 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 5:44
protectorHeath Stewart29-Jul-04 5:44 
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 7:20
protectorNick Parker29-Jul-04 7:20 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 9:00
protectorHeath Stewart29-Jul-04 9:00 
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 9:33
protectorNick Parker29-Jul-04 9:33 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 9:50
protectorHeath Stewart29-Jul-04 9:50 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 0:50
PrebKlok30-Jul-04 0:50 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 3:33
protectorHeath Stewart30-Jul-04 3:33 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 4:01
PrebKlok30-Jul-04 4:01 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 4:23
protectorHeath Stewart30-Jul-04 4:23 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 4:53
PrebKlok30-Jul-04 4:53 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 5:01
protectorHeath Stewart30-Jul-04 5:01 
GeneralAsynchronous Pin
sreejith ss nair29-Jul-04 2:17
sreejith ss nair29-Jul-04 2:17 
GeneralRe: Asynchronous Pin
SOCM_FP_CPP29-Jul-04 3:05
SOCM_FP_CPP29-Jul-04 3:05 

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.