Click here to Skip to main content
15,914,165 members
Home / Discussions / C#
   

C#

 
GeneralRe: Easiest way to load Xml? Pin
Stefan Troschuetz26-Mar-07 5:51
Stefan Troschuetz26-Mar-07 5:51 
GeneralRe: Easiest way to load Xml? Pin
Judah Gabriel Himango26-Mar-07 6:50
sponsorJudah Gabriel Himango26-Mar-07 6:50 
GeneralRe: Easiest way to load Xml? Pin
Stefan Troschuetz26-Mar-07 8:02
Stefan Troschuetz26-Mar-07 8:02 
GeneralRe: Easiest way to load Xml? Pin
Mark A. Nicolosi26-Mar-07 13:13
Mark A. Nicolosi26-Mar-07 13:13 
Questionhow to block code of ItemCheck event of CheckedListBox Pin
pashitech26-Mar-07 3:42
pashitech26-Mar-07 3:42 
AnswerRe: how to block code of ItemCheck event of CheckedListBox Pin
Christian Graus26-Mar-07 4:20
protectorChristian Graus26-Mar-07 4:20 
GeneralRe: how to block code of ItemCheck event of CheckedListBox Pin
pashitech26-Mar-07 4:40
pashitech26-Mar-07 4:40 
GeneralRe: how to block code of ItemCheck event of CheckedListBox Pin
Stefan Troschuetz26-Mar-07 5:43
Stefan Troschuetz26-Mar-07 5:43 
pashitech wrote:
I DIDN't Understand ur last line,
***you could just hook up the event handler AFTER setting your values.**


It's the same thing I'm telling you over and over again.

BTW, your count flag cannot work since you obviously defined it inside the event handler, so it will always have the same value (0) when execution reaches the if statement. The flag has to be an instance field that preserves its value between subsequent executions of the event handler. Furthermore, it would be sufficient to use a boolean instead of an int.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: how to block code of ItemCheck event of CheckedListBox Pin
pashitech26-Mar-07 6:02
pashitech26-Mar-07 6:02 
Questioncreating set up Pin
praveen pandey26-Mar-07 2:42
praveen pandey26-Mar-07 2:42 
AnswerRe: creating set up Pin
Judah Gabriel Himango26-Mar-07 5:59
sponsorJudah Gabriel Himango26-Mar-07 5:59 
QuestionWinForms - edit a TabPage separately Pin
peterchen26-Mar-07 2:29
peterchen26-Mar-07 2:29 
AnswerRe: WinForms - edit a TabPage separately Pin
Judah Gabriel Himango26-Mar-07 5:50
sponsorJudah Gabriel Himango26-Mar-07 5:50 
GeneralRe: WinForms - edit a TabPage separately Pin
peterchen26-Mar-07 10:42
peterchen26-Mar-07 10:42 
QuestionProblem with Visual studio.Net Pin
Vimalsoft(Pty) Ltd26-Mar-07 2:02
professionalVimalsoft(Pty) Ltd26-Mar-07 2:02 
AnswerRe: Problem with Visual studio.Net Pin
originSH26-Mar-07 2:18
originSH26-Mar-07 2:18 
QuestionDetecting Flash disk or Memeory stick?? Pin
kingbode26-Mar-07 2:01
kingbode26-Mar-07 2:01 
AnswerRe: Detecting Flash disk or Memeory stick?? Pin
Niiiissssshhhhhuuuuu26-Mar-07 3:22
Niiiissssshhhhhuuuuu26-Mar-07 3:22 
QuestionWheres my data when app.config is an Embedded Resource Pin
Christopher Stratmann26-Mar-07 1:56
Christopher Stratmann26-Mar-07 1:56 
AnswerRe: Wheres my data when app.config is an Embedded Resource Pin
Hayder Marzouk26-Mar-07 2:20
Hayder Marzouk26-Mar-07 2:20 
GeneralRe: Wheres my data when app.config is an Embedded Resource Pin
Christopher Stratmann26-Mar-07 2:25
Christopher Stratmann26-Mar-07 2:25 
QuestionScope of Refereances to Instances Pin
MehmetFurkan26-Mar-07 1:42
MehmetFurkan26-Mar-07 1:42 
AnswerRe: Scope of Refereances to Instances Pin
rah_sin26-Mar-07 1:55
professionalrah_sin26-Mar-07 1:55 
QuestionRe: Scope of Refereances to Instances Pin
MehmetFurkan26-Mar-07 4:37
MehmetFurkan26-Mar-07 4:37 
Questionget data in background for datagridview Pin
Seishin#26-Mar-07 0:53
Seishin#26-Mar-07 0:53 

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.