Click here to Skip to main content
15,906,097 members
Home / Discussions / C#
   

C#

 
Questionproblem with Threading Pin
ekynox5-Jan-06 18:34
ekynox5-Jan-06 18:34 
AnswerRe: problem with Threading Pin
S. Senthil Kumar6-Jan-06 3:28
S. Senthil Kumar6-Jan-06 3:28 
GeneralRe: problem with Threading Pin
ekynox6-Jan-06 11:49
ekynox6-Jan-06 11:49 
QuestionDesign Issue: Class Library and State Pin
mcljava5-Jan-06 18:32
mcljava5-Jan-06 18:32 
AnswerRe: Design Issue: Class Library and State Pin
Colin Angus Mackay5-Jan-06 21:02
Colin Angus Mackay5-Jan-06 21:02 
GeneralRe: Design Issue: Class Library and State Pin
J4amieC5-Jan-06 21:22
J4amieC5-Jan-06 21:22 
GeneralRe: Design Issue: Class Library and State Pin
mcljava6-Jan-06 2:56
mcljava6-Jan-06 2:56 
QuestionQuick ideas for activation Pin
Alex Korchemniy5-Jan-06 14:56
Alex Korchemniy5-Jan-06 14:56 
I have a finished implementation for activation that relies on the manufacturer assigned non-changable serial number of a hard drive. During testing I discovered that my method of discovering this number does not work on all versions of Windows that are going to be supported. The WMI claass Win32_PhysicalMedia does not exist in Win2k. The workaround for this is also very painful, requiring DeviceIoControl and probably administrative priveleges at runtime. I noticed that there is Wmi32_BaseBoard class that provides a serial number. However, not all motherboard provide this information (driver code never sets the number).

What is a good, simply way to identify a machine that works consistently on Windows 2000 and newer?

Alex Korchemniy
AnswerRe: Quick ideas for activation Pin
Dave Kreskowiak6-Jan-06 3:10
mveDave Kreskowiak6-Jan-06 3:10 
Questioncrossing bounds rearrangement Pin
s o v a n n5-Jan-06 14:51
s o v a n n5-Jan-06 14:51 
QuestionPack references in an executable? Pin
ika25-Jan-06 14:15
ika25-Jan-06 14:15 
AnswerRe: Pack references in an executable? Pin
leppie5-Jan-06 20:43
leppie5-Jan-06 20:43 
GeneralRe: Pack references in an executable? Pin
ika26-Jan-06 2:02
ika26-Jan-06 2:02 
AnswerRe: Pack references in an executable? Pin
Uwe Keim6-Jan-06 1:51
sitebuilderUwe Keim6-Jan-06 1:51 
QuestionSystem.Windows.Form equivalent of PeekMessage() Pin
Ravi Bhavnani5-Jan-06 13:31
professionalRavi Bhavnani5-Jan-06 13:31 
AnswerRe: System.Windows.Form equivalent of PeekMessage() Pin
joe carbone5-Jan-06 23:47
joe carbone5-Jan-06 23:47 
GeneralRe: System.Windows.Form equivalent of PeekMessage() Pin
Ravi Bhavnani6-Jan-06 1:36
professionalRavi Bhavnani6-Jan-06 1:36 
QuestionFile Operations Pin
dvsr5-Jan-06 12:07
dvsr5-Jan-06 12:07 
AnswerRe: File Operations Pin
mav.northwind5-Jan-06 12:26
mav.northwind5-Jan-06 12:26 
Questionnewbee ques Pin
Manu_815-Jan-06 9:30
Manu_815-Jan-06 9:30 
AnswerRe: newbee ques Pin
Christian Graus5-Jan-06 10:26
protectorChristian Graus5-Jan-06 10:26 
AnswerRe: newbee ques Pin
Le centriste5-Jan-06 10:34
Le centriste5-Jan-06 10:34 
GeneralRe: newbee ques Pin
Manu_815-Jan-06 10:43
Manu_815-Jan-06 10:43 
AnswerRe: newbee ques Pin
Le centriste5-Jan-06 10:54
Le centriste5-Jan-06 10:54 
GeneralRe: newbee ques Pin
Manu_815-Jan-06 11:18
Manu_815-Jan-06 11:18 

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.