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

C#

 
AnswerRe: Easiest way to load Xml? Pin
Judah Gabriel Himango26-Mar-07 5:38
sponsorJudah Gabriel Himango26-Mar-07 5:38 
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 
ya i've taken a flag, saying for the first time[when count is zero] i have restricted my itemCheck event code,
but its not working

int count=0;
if (count != 0)
{


if (e.NewValue == CheckState.Unchecked)
{
lstChcked.Items.Remove(chklstMultipleMdfyTbl.SelectedItem.ToString());
}

else if (e.NewValue == CheckState.Checked)
{
//ChklbxAdd= Convert.ToString(chklstMultipleMdfyTbl.CheckedItems.Count);
// string[] ChklbxFill = new string[chklstMultipleMdfyTbl.CheckedItems.Count];
lstChcked.Items.Add(chklstMultipleMdfyTbl.SelectedItem.ToString());

}
}
else
{
MessageBox.Show("try to restrict this event");
}

}


I DIDN't Understand ur last line,
***you could just hook up the event handler AFTER setting your values.**

reply please

prashanth,
s/w Engineer,
Syfnosys.

GeneralRe: how to block code of ItemCheck event of CheckedListBox Pin
Stefan Troschuetz26-Mar-07 5:43
Stefan Troschuetz26-Mar-07 5:43 
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 

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.