Click here to Skip to main content
16,012,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Grammars and Parsers Pin
Tomerland11-Aug-08 1:34
Tomerland11-Aug-08 1:34 
QuestionHow to unregister Dll Pin
manju#12310-Aug-08 22:11
manju#12310-Aug-08 22:11 
AnswerRe: How to unregister Dll Pin
leppie10-Aug-08 22:15
leppie10-Aug-08 22:15 
GeneralRe: How to unregister Dll Pin
manju#12310-Aug-08 23:34
manju#12310-Aug-08 23:34 
QuestionExcel Addins deploy problem Pin
Mogaambo10-Aug-08 21:23
Mogaambo10-Aug-08 21:23 
AnswerRe: Excel Addins deploy problem Pin
wasimsharp10-Aug-08 22:16
wasimsharp10-Aug-08 22:16 
GeneralRe: Excel Addins deploy problem Pin
Mogaambo10-Aug-08 23:06
Mogaambo10-Aug-08 23:06 
Questionwmi Pin
arkiboys10-Aug-08 21:17
arkiboys10-Aug-08 21:17 
How is it possible to give the name of the machine to this code so that it runs against the machine name?
Thanks
This code is fine for my machine where I am developing but I would like to give it a machine name on the network and so the code runs gives information on that machine.
How is this done please?

//Create WMI Class
ManagementClass mc = new ManagementClass("Win32_Processor");
//Populate class with Processor objects
ManagementObjectCollection moc = mc.GetInstances();
//Iterate through logical processors
foreach (ManagementObject mo in moc)
...
AnswerRe: wmi Pin
half-life10-Aug-08 23:16
half-life10-Aug-08 23:16 
AnswerRe: wmi Pin
Mark Salsbery11-Aug-08 6:50
Mark Salsbery11-Aug-08 6:50 
QuestionIcon Pin
Silvyster10-Aug-08 21:16
Silvyster10-Aug-08 21:16 
AnswerRe: Icon Pin
Thomas Stockwell11-Aug-08 1:28
professionalThomas Stockwell11-Aug-08 1:28 
AnswerRe: Icon Pin
DaveyM6911-Aug-08 3:38
professionalDaveyM6911-Aug-08 3:38 
Question[Message Deleted] Pin
Charith Jayasundara10-Aug-08 20:54
Charith Jayasundara10-Aug-08 20:54 
AnswerRe: Integrate World Map to .net site Pin
Christian Graus10-Aug-08 20:57
protectorChristian Graus10-Aug-08 20:57 
QuestionHttp header fields Pin
George_George10-Aug-08 20:53
George_George10-Aug-08 20:53 
AnswerRe: Http header fields Pin
Mark Salsbery10-Aug-08 21:03
Mark Salsbery10-Aug-08 21:03 
GeneralRe: Http header fields Pin
George_George10-Aug-08 21:17
George_George10-Aug-08 21:17 
GeneralRe: Http header fields Pin
Mark Salsbery10-Aug-08 21:30
Mark Salsbery10-Aug-08 21:30 
GeneralRe: Http header fields Pin
George_George10-Aug-08 21:43
George_George10-Aug-08 21:43 
GeneralRe: Http header fields Pin
Mark Salsbery11-Aug-08 5:30
Mark Salsbery11-Aug-08 5:30 
GeneralRe: Http header fields Pin
George_George11-Aug-08 19:53
George_George11-Aug-08 19:53 
GeneralRe: Http header fields Pin
Mark Salsbery12-Aug-08 4:23
Mark Salsbery12-Aug-08 4:23 
GeneralRe: Http header fields Pin
George_George12-Aug-08 16:15
George_George12-Aug-08 16:15 
QuestionCertificate verification using CRL Pin
Ajil George10-Aug-08 20:50
Ajil George10-Aug-08 20:50 

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.