Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Downlaod a text file in C# Pin
nmandaliya13-Aug-06 20:00
nmandaliya13-Aug-06 20:00 
QuestionMS Agent Characters are not Talking NowAdays.... [modified] Pin
emran83412-Aug-06 11:29
emran83412-Aug-06 11:29 
AnswerRe: MS Agent Characters are not Talking NowAdays.... Pin
Rob Graham13-Aug-06 4:04
Rob Graham13-Aug-06 4:04 
GeneralRe: MS Agent Characters are not Talking NowAdays.... Pin
emran83413-Aug-06 6:44
emran83413-Aug-06 6:44 
QuestionPanel control does not update the position correctly [modified] Pin
Ista12-Aug-06 11:22
Ista12-Aug-06 11:22 
QuestionAdd html file to resource, and show it from there Pin
peterchen12-Aug-06 11:08
peterchen12-Aug-06 11:08 
AnswerRe: Add html file to resource, and show it from there Pin
Stefan Troschuetz12-Aug-06 11:43
Stefan Troschuetz12-Aug-06 11:43 
QuestionStrange .length of a string Pin
Stick^12-Aug-06 9:55
Stick^12-Aug-06 9:55 
Hi,

I'm getting a HD serial number from the WMI and saving it to a var:

SerialNo = wmi_HD["SerialNumber"].ToString();

which works fine. And on my system, I can do this:

MessageBox.Show(GaugeGlow.Program.theHD.SerialNo +
"\tCount: " + GaugeGlow.Program.theHD.SerialNo.Length);

and get the correct:

WD-WCA8E5870675 Count: 15

but on someone else's computer I get:

E17CCYE Count 20

I haven't a clue why. Anyone shed light on what I might look at?

Patrick

AnswerRe: Strange .length of a string Pin
Guffa12-Aug-06 10:08
Guffa12-Aug-06 10:08 
GeneralRe: Strange .length of a string Pin
Stick^12-Aug-06 10:27
Stick^12-Aug-06 10:27 
Questionpublic variable Pin
md_refay12-Aug-06 9:46
md_refay12-Aug-06 9:46 
AnswerRe: public variable Pin
Ista12-Aug-06 10:01
Ista12-Aug-06 10:01 
AnswerRe: public variable Pin
Judah Gabriel Himango12-Aug-06 11:04
sponsorJudah Gabriel Himango12-Aug-06 11:04 
Questionbitmap being dragged does not appear as the actual size Pin
Ista12-Aug-06 9:45
Ista12-Aug-06 9:45 
AnswerRe: bitmap being dragged does not appear as the actual size Pin
Ista12-Aug-06 10:34
Ista12-Aug-06 10:34 
QuestionA very beginer question Pin
allende12-Aug-06 9:01
allende12-Aug-06 9:01 
AnswerRe: A very beginer question [modified] Pin
User 665812-Aug-06 9:28
User 665812-Aug-06 9:28 
AnswerRe: A very beginer question Pin
Judah Gabriel Himango12-Aug-06 11:18
sponsorJudah Gabriel Himango12-Aug-06 11:18 
GeneralRe: A very beginer question [modified] Pin
allende12-Aug-06 11:25
allende12-Aug-06 11:25 
QuestionData Grids Pin
HasithaKavirathna12-Aug-06 8:58
HasithaKavirathna12-Aug-06 8:58 
AnswerRe: Data Grids Pin
CooperWu13-Aug-06 0:31
CooperWu13-Aug-06 0:31 
QuestionPassing Parameter in ... Pin
mostafa_h12-Aug-06 6:46
mostafa_h12-Aug-06 6:46 
AnswerRe: Passing Parameter in ... Pin
CooperWu13-Aug-06 0:32
CooperWu13-Aug-06 0:32 
GeneralRe: Passing Parameter in ... Pin
mostafa_h13-Aug-06 8:41
mostafa_h13-Aug-06 8:41 
GeneralRe: Passing Parameter in ... Pin
CooperWu13-Aug-06 16:15
CooperWu13-Aug-06 16:15 

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.