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

C#

 
GeneralRe: Get derived classes of a base class Pin
nmhuy5-Jan-06 23:47
nmhuy5-Jan-06 23:47 
AnswerRe: Get derived classes of a base class Pin
S. Senthil Kumar6-Jan-06 3:25
S. Senthil Kumar6-Jan-06 3:25 
GeneralRe: Get derived classes of a base class Pin
nmhuy6-Jan-06 8:19
nmhuy6-Jan-06 8:19 
GeneralRe: Get derived classes of a base class Pin
S. Senthil Kumar6-Jan-06 8:49
S. Senthil Kumar6-Jan-06 8:49 
GeneralRe: Get derived classes of a base class Pin
nmhuy6-Jan-06 9:16
nmhuy6-Jan-06 9:16 
GeneralRe: Get derived classes of a base class Pin
S. Senthil Kumar6-Jan-06 20:10
S. Senthil Kumar6-Jan-06 20:10 
GeneralRe: Get derived classes of a base class Pin
nmhuy6-Jan-06 22:53
nmhuy6-Jan-06 22:53 
Questionneed C# codes pls.... Pin
knight_sky5-Jan-06 18:45
knight_sky5-Jan-06 18:45 
AnswerRe: need C# codes pls.... Pin
Colin Angus Mackay5-Jan-06 20:59
Colin Angus Mackay5-Jan-06 20:59 
AnswerRe: need C# codes pls.... Pin
Ravi Bhavnani6-Jan-06 1:52
professionalRavi Bhavnani6-Jan-06 1:52 
AnswerRe: need C# codes pls.... Pin
TheGreatAndPowerfulOz6-Jan-06 7:34
TheGreatAndPowerfulOz6-Jan-06 7:34 
GeneralRe: need C# codes pls.... Pin
aerosmith2k18-Jan-06 7:06
aerosmith2k18-Jan-06 7:06 
GeneralRe: need C# codes pls.... Pin
TheGreatAndPowerfulOz8-Jan-06 11:52
TheGreatAndPowerfulOz8-Jan-06 11:52 
Questionneed help!!! i'm desperate Pin
knight_sky5-Jan-06 18:38
knight_sky5-Jan-06 18:38 
AnswerRe: need help!!! i'm desperate Pin
leppie5-Jan-06 20:26
leppie5-Jan-06 20:26 
AnswerRe: need help!!! i'm desperate Pin
Colin Angus Mackay5-Jan-06 20:52
Colin Angus Mackay5-Jan-06 20:52 
AnswerRe: need help!!! i'm desperate Pin
BruceN7-Jan-06 2:14
BruceN7-Jan-06 2:14 
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

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.