Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help quickly plz Pin
originSH27-Jun-07 6:13
originSH27-Jun-07 6:13 
JokeRe: Help quickly plz Pin
Guffa27-Jun-07 6:24
Guffa27-Jun-07 6:24 
GeneralRe: Help quickly plz Pin
Luc Pattyn27-Jun-07 7:34
sitebuilderLuc Pattyn27-Jun-07 7:34 
GeneralRe: Help quickly plz Pin
Dave Kreskowiak27-Jun-07 7:47
mveDave Kreskowiak27-Jun-07 7:47 
QuestionUSB port in C# Pin
Reza Shojaee27-Jun-07 4:58
Reza Shojaee27-Jun-07 4:58 
AnswerRe: USB port in C# Pin
Dave Kreskowiak27-Jun-07 5:24
mveDave Kreskowiak27-Jun-07 5:24 
QuestionGetting Processsor ID without ManagementClass Pin
MrEyes27-Jun-07 3:58
MrEyes27-Jun-07 3:58 
AnswerRe: Getting Processsor ID without ManagementClass Pin
Luc Pattyn27-Jun-07 7:17
sitebuilderLuc Pattyn27-Jun-07 7:17 
MrEyes wrote:
The following code will retrieve a unique processor ID



According to
this web page[^] the processorID is not unique at all.
You are confusing with the processor serial number which might be available through the
UniqueID field of WMI, but this feature may be absent or disabled (in which case
WMI returns a null value). The default state is: disabled.

To access such features without WMI you need low-level code, say C + assembly,
that executes the CPUID instruction and returns some register values; plus of course
the necessary P/Invoke stuff to interface to the native code.

For more info on CPUID, search for "Intel CPUID" and you will find utilities and
documentation (Intel App Note 485).

Smile | :)









Questionform minimized Pin
topksharma198227-Jun-07 3:30
topksharma198227-Jun-07 3:30 
AnswerRe: form minimized Pin
giddy_guitarist27-Jun-07 4:21
giddy_guitarist27-Jun-07 4:21 
GeneralRe: form minimized Pin
topksharma198227-Jun-07 4:43
topksharma198227-Jun-07 4:43 
GeneralRe: form minimized Pin
topksharma198227-Jun-07 5:05
topksharma198227-Jun-07 5:05 
GeneralRe: form minimized Pin
Luc Pattyn27-Jun-07 7:37
sitebuilderLuc Pattyn27-Jun-07 7:37 
QuestionDeleting a dynamically created Excel file Pin
snir_ya27-Jun-07 3:20
snir_ya27-Jun-07 3:20 
AnswerRe: Deleting a dynamically created Excel file Pin
Jimmanuel27-Jun-07 3:55
Jimmanuel27-Jun-07 3:55 
GeneralRe: Deleting a dynamically created Excel file Pin
snir_ya27-Jun-07 5:28
snir_ya27-Jun-07 5:28 
AnswerRe: Deleting a dynamically created Excel file Pin
mnaveed27-Jun-07 5:55
mnaveed27-Jun-07 5:55 
QuestionHow to create slip definition files in C# Pin
AR Reddy27-Jun-07 2:54
AR Reddy27-Jun-07 2:54 
JokeRe: How to create slip definition files in C# Pin
mav.northwind27-Jun-07 8:28
mav.northwind27-Jun-07 8:28 
QuestionProblem about bitmap in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 2:15
zeeShan anSari27-Jun-07 2:15 
AnswerRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Martin#27-Jun-07 2:28
Martin#27-Jun-07 2:28 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 3:22
zeeShan anSari27-Jun-07 3:22 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Luc Pattyn27-Jun-07 7:42
sitebuilderLuc Pattyn27-Jun-07 7:42 
GeneralRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Martin#27-Jun-07 19:55
Martin#27-Jun-07 19:55 
AnswerRe: Problem about bitmap in Visual Studio C Sharp.NET ? Pin
Christian Graus27-Jun-07 3:20
protectorChristian Graus27-Jun-07 3:20 

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.