Click here to Skip to main content
15,908,843 members
Home / Discussions / C#
   

C#

 
AnswerRe: WinForm Management Pin
Shameel2-Oct-11 22:31
professionalShameel2-Oct-11 22:31 
GeneralRe: WinForm Management Pin
Arjun Thadani2-Oct-11 23:40
Arjun Thadani2-Oct-11 23:40 
GeneralRe: WinForm Management Pin
BobJanova3-Oct-11 1:05
BobJanova3-Oct-11 1:05 
QuestionHow do you get an Idle Message in a UserControl class in C#? Pin
Xarzu2-Oct-11 18:05
Xarzu2-Oct-11 18:05 
Questionget Url of a frame from browser Pin
moums2-Oct-11 8:46
moums2-Oct-11 8:46 
Questioncode for HDD serial number Pin
sokh2-Oct-11 2:41
sokh2-Oct-11 2:41 
AnswerRe: code for HDD serial number Pin
André Kraak2-Oct-11 2:59
André Kraak2-Oct-11 2:59 
AnswerRe: code for HDD serial number Pin
Dave Kreskowiak2-Oct-11 4:57
mveDave Kreskowiak2-Oct-11 4:57 
There is no single method for getting a hard drive serial number. WMI does not work in all cases because the is no mandate that says every manufacturer has to support it.

There are about 4 different methods for getting a hard drive serial number. None of them work on all hard drives. It's best to use multiple methods to be sure your actually getting the correct information.

There are libraries out there that will do this for you, such as this one[^]. I haven't used it though, nor any other library for this.

AnswerRe: code for HDD serial number Pin
Luc Pattyn2-Oct-11 7:00
sitebuilderLuc Pattyn2-Oct-11 7:00 
QuestionIssue with Imultiple result sets Pin
siva45530-Sep-11 21:46
siva45530-Sep-11 21:46 
AnswerRe: Issue with Imultiple result sets Pin
Richard MacCutchan1-Oct-11 2:26
mveRichard MacCutchan1-Oct-11 2:26 
AnswerRe: Issue with Imultiple result sets Pin
Dave Kreskowiak1-Oct-11 2:48
mveDave Kreskowiak1-Oct-11 2:48 
GeneralRe: Issue with Imultiple result sets Pin
siva4551-Oct-11 18:02
siva4551-Oct-11 18:02 
GeneralRe: Issue with Imultiple result sets Pin
Dave Kreskowiak2-Oct-11 1:56
mveDave Kreskowiak2-Oct-11 1:56 
AnswerRe: Issue with Imultiple result sets Pin
BobJanova2-Oct-11 22:22
BobJanova2-Oct-11 22:22 
QuestionCrystal reports Pin
Neha_Gupta30-Sep-11 20:20
Neha_Gupta30-Sep-11 20:20 
AnswerRe: Crystal reports Pin
Dave Kreskowiak1-Oct-11 2:46
mveDave Kreskowiak1-Oct-11 2:46 
QuestionUsing SystemParametersInfo() P/Invoke Pin
namelkcip30-Sep-11 19:40
namelkcip30-Sep-11 19:40 
AnswerRe: Using SystemParametersInfo() P/Invoke Pin
OriginalGriff30-Sep-11 21:38
mveOriginalGriff30-Sep-11 21:38 
GeneralRe: Using SystemParametersInfo() P/Invoke Pin
namelkcip1-Oct-11 16:31
namelkcip1-Oct-11 16:31 
GeneralRe: Using SystemParametersInfo() P/Invoke Pin
OriginalGriff1-Oct-11 21:22
mveOriginalGriff1-Oct-11 21:22 
AnswerRe: Using SystemParametersInfo() P/Invoke Pin
DaveyM691-Oct-11 23:24
professionalDaveyM691-Oct-11 23:24 
GeneralRe: Using SystemParametersInfo() P/Invoke Pin
namelkcip5-Oct-11 16:50
namelkcip5-Oct-11 16:50 
GeneralRe: Using SystemParametersInfo() P/Invoke Pin
DaveyM696-Oct-11 6:44
professionalDaveyM696-Oct-11 6:44 
QuestionHow to Access Methods and Properties of a Private Class Pin
namelkcip30-Sep-11 19:24
namelkcip30-Sep-11 19:24 

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.