Click here to Skip to main content
15,907,497 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to access a property / member variable at run time Pin
Simon P Stevens20-Nov-08 1:25
Simon P Stevens20-Nov-08 1:25 
GeneralRe: how to access a property / member variable at run time Pin
here2learn20-Nov-08 1:56
here2learn20-Nov-08 1:56 
QuestionDetecting the Mouse Wheel on a ListView Control Pin
Darryl Borden19-Nov-08 23:34
Darryl Borden19-Nov-08 23:34 
AnswerRe: Detecting the Mouse Wheel on a ListView Control Pin
DaveyM6919-Nov-08 23:48
professionalDaveyM6919-Nov-08 23:48 
AnswerRe: Detecting the Mouse Wheel on a ListView Control Pin
Seraph_summer20-Nov-08 3:42
Seraph_summer20-Nov-08 3:42 
AnswerRe: Detecting the Mouse Wheel on a ListView Control Pin
DaveyM6920-Nov-08 4:32
professionalDaveyM6920-Nov-08 4:32 
QuestionProcessor ID Pin
Syed Shahid Hussain19-Nov-08 22:21
Syed Shahid Hussain19-Nov-08 22:21 
AnswerRe: Processor ID Pin
Samer Aburabie19-Nov-08 22:31
Samer Aburabie19-Nov-08 22:31 
You either use the WMI with the Processor class in WMI and then you will right the methods to do so ... or use the already wrapped class for WMI managment System.Managment where the class to use is the Win32_Processor ...

Any way here is a sample example of retrieving Processor Information using System.Managment for a local machine ... read about the subject more and you will get how to get it using another machine (you map your IP to machine name then use machine name with System.Managment ... something like that Smile | :) ) http://friendstertalk.com/t50165-Use-WMI-to-get-processor-information-%5BC%23%5D.html[^]

Sincerely Samer Abu Rabie

Note: Please remember to rate this post to help others whom reading it.


AnswerRe: Processor ID Pin
#realJSOP19-Nov-08 23:40
professional#realJSOP19-Nov-08 23:40 
QuestionGetting data from database with ado.net with more conditions? Pin
Matjaz-xyz19-Nov-08 20:48
Matjaz-xyz19-Nov-08 20:48 
AnswerRe: Getting data from database with ado.net with more conditions? Pin
Ashfield19-Nov-08 21:43
Ashfield19-Nov-08 21:43 
GeneralRe: Getting data from database with ado.net with more conditions? Pin
Matjaz-xyz19-Nov-08 22:24
Matjaz-xyz19-Nov-08 22:24 
GeneralRe: Getting data from database with ado.net with more conditions? Pin
Ashfield19-Nov-08 23:46
Ashfield19-Nov-08 23:46 
QuestionStringFormat in TextBox Pin
chetanN19-Nov-08 20:45
chetanN19-Nov-08 20:45 
AnswerRe: StringFormat in TextBox Pin
Samer Aburabie19-Nov-08 22:46
Samer Aburabie19-Nov-08 22:46 
GeneralRe: StringFormat in TextBox Pin
chetanN19-Nov-08 23:07
chetanN19-Nov-08 23:07 
QuestionFind all ASCX files in a ASPX page Pin
buntynow19-Nov-08 20:21
buntynow19-Nov-08 20:21 
Questionselect max(string) Pin
Zeyad Jalil19-Nov-08 19:47
professionalZeyad Jalil19-Nov-08 19:47 
AnswerRe: select max(string) Pin
Ashfield19-Nov-08 21:45
Ashfield19-Nov-08 21:45 
AnswerRe: select max(string) Pin
Parwej Ahamad19-Nov-08 22:03
professionalParwej Ahamad19-Nov-08 22:03 
GeneralRe: select max(string) Pin
Zeyad Jalil19-Nov-08 22:11
professionalZeyad Jalil19-Nov-08 22:11 
GeneralRe: select max(string) Pin
Parwej Ahamad19-Nov-08 22:28
professionalParwej Ahamad19-Nov-08 22:28 
QuestionProblem with JavaScript Date process Pin
kheer19-Nov-08 19:36
kheer19-Nov-08 19:36 
AnswerRe: Problem with JavaScript Date process Pin
leppie20-Nov-08 0:23
leppie20-Nov-08 0:23 
AnswerRe: Problem with JavaScript Date process Pin
Guffa20-Nov-08 0:45
Guffa20-Nov-08 0:45 

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.