Click here to Skip to main content
15,896,118 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: openFileDialog help needed Pin
digiwombat17-Feb-06 13:34
digiwombat17-Feb-06 13:34 
GeneralRe: openFileDialog help needed Pin
cindylou1020-Feb-06 13:23
cindylou1020-Feb-06 13:23 
QuestionStupid CheckBox Behavior, please help!! Pin
Miguel Lopes17-Feb-06 5:48
Miguel Lopes17-Feb-06 5:48 
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 12:00
George L. Jackson17-Feb-06 12:00 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 12:01
George L. Jackson17-Feb-06 12:01 
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
digiwombat17-Feb-06 12:24
digiwombat17-Feb-06 12:24 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
Miguel Lopes17-Feb-06 14:27
Miguel Lopes17-Feb-06 14:27 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 14:53
George L. Jackson17-Feb-06 14:53 
What he is referring to is a boolean flag variable:

Pseudo Code:

class
{
protected:
void CheckedChanged()
{
if (flag)
{
//Process whatever
}
}

void RunTimeCode()
{
flag = false;
// Change Checkbox via code
flag = true;
}
private:
bool flag = true;
}

-- modified at 20:55 Friday 17th February, 2006
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
peryMimon17-Nov-09 22:43
peryMimon17-Nov-09 22:43 
QuestionKill key strokes while hooked Pin
digiwombat16-Feb-06 18:31
digiwombat16-Feb-06 18:31 
QuestionRe: Kill key strokes while hooked Pin
George L. Jackson17-Feb-06 13:22
George L. Jackson17-Feb-06 13:22 
AnswerRe: Kill key strokes while hooked Pin
digiwombat17-Feb-06 13:33
digiwombat17-Feb-06 13:33 
GeneralRe: Kill key strokes while hooked Pin
George L. Jackson17-Feb-06 13:33
George L. Jackson17-Feb-06 13:33 
QuestionRe: Kill key strokes while hooked Pin
[Marc]17-Feb-06 13:46
[Marc]17-Feb-06 13:46 
AnswerRe: Kill key strokes while hooked Pin
digiwombat17-Feb-06 14:08
digiwombat17-Feb-06 14:08 
GeneralRe: Kill key strokes while hooked Pin
Dave Kreskowiak17-Feb-06 14:59
mveDave Kreskowiak17-Feb-06 14:59 
GeneralRe: Kill key strokes while hooked Pin
digiwombat17-Feb-06 17:16
digiwombat17-Feb-06 17:16 
GeneralRe: Kill key strokes while hooked Pin
digiwombat17-Feb-06 18:06
digiwombat17-Feb-06 18:06 
GeneralRe: Kill key strokes while hooked Pin
Dave Kreskowiak18-Feb-06 3:33
mveDave Kreskowiak18-Feb-06 3:33 
GeneralRe: Kill key strokes while hooked Pin
digiwombat18-Feb-06 10:40
digiwombat18-Feb-06 10:40 
Questionflash with .net Pin
Vineet Rajan16-Feb-06 6:15
Vineet Rajan16-Feb-06 6:15 
QuestionLetting the Parent handle the click Pin
Eric Schaefer16-Feb-06 2:35
Eric Schaefer16-Feb-06 2:35 
QuestionWindows Forms and 3rd Party API's Pin
robasmith15-Feb-06 9:27
robasmith15-Feb-06 9:27 
AnswerRe: Windows Forms and 3rd Party API's Pin
Dave Kreskowiak15-Feb-06 14:32
mveDave Kreskowiak15-Feb-06 14:32 
QuestionConverting from WinHelp to HTML Help Pin
ellenu15-Feb-06 6:40
ellenu15-Feb-06 6:40 

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.