Click here to Skip to main content
16,010,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: :: Prototyping a Derived Class :: Pin
Michael Dunn4-Aug-03 10:27
sitebuilderMichael Dunn4-Aug-03 10:27 
GeneralRe: :: Prototyping a Derived Class :: Pin
Anonymous4-Aug-03 16:32
Anonymous4-Aug-03 16:32 
GeneralRe: :: Prototyping a Derived Class :: Pin
Bob Stanneveld4-Aug-03 21:59
Bob Stanneveld4-Aug-03 21:59 
GeneralException Handling Pin
Kash4-Aug-03 5:33
Kash4-Aug-03 5:33 
GeneralRe: Exception Handling Pin
Anonymous4-Aug-03 5:38
Anonymous4-Aug-03 5:38 
GeneralRe: Exception Handling Pin
Kash4-Aug-03 5:39
Kash4-Aug-03 5:39 
GeneralRe: Exception Handling Pin
John M. Drescher4-Aug-03 14:20
John M. Drescher4-Aug-03 14:20 
GeneralRe: Exception Handling Pin
David Crow5-Aug-03 2:34
David Crow5-Aug-03 2:34 
John D. has provided you with the correct solution. If a control is not supposed to be interacted with until a certain condition exists, then disable the control, period.

Don't clutter your code with variables that just makes maintenance harder. It sounds great now, but you must always consider the code in the future.
QuestionMaking an mfc program open source? Pin
keegan4-Aug-03 5:24
keegan4-Aug-03 5:24 
AnswerRe: Making an mfc program open source? Pin
Michael P Butler4-Aug-03 5:30
Michael P Butler4-Aug-03 5:30 
AnswerRe: Making an mfc program open source? Pin
vcplusplus4-Aug-03 5:35
vcplusplus4-Aug-03 5:35 
GeneralRe: Making an mfc program open source? Pin
keegan4-Aug-03 5:41
keegan4-Aug-03 5:41 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:34
Beer264-Aug-03 6:34 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:36
Beer264-Aug-03 6:36 
Questionhow to stop the JIT debugger Pin
zecodela4-Aug-03 5:06
zecodela4-Aug-03 5:06 
AnswerRe: how to stop the JIT debugger Pin
Ryan Binns4-Aug-03 5:40
Ryan Binns4-Aug-03 5:40 
AnswerRe: how to stop the JIT debugger Pin
John M. Drescher4-Aug-03 14:19
John M. Drescher4-Aug-03 14:19 
GeneralRe: how to stop the JIT debugger Pin
zecodela4-Aug-03 15:31
zecodela4-Aug-03 15:31 
GeneralRe: how to stop the JIT debugger Pin
John M. Drescher4-Aug-03 15:37
John M. Drescher4-Aug-03 15:37 
GeneralRe: how to stop the JIT debugger Pin
Toni784-Aug-03 21:16
Toni784-Aug-03 21:16 
GeneralRe: how to stop the JIT debugger Pin
zecodela4-Aug-03 21:39
zecodela4-Aug-03 21:39 
Generalbreakpoints Pin
Cedric Moonen4-Aug-03 4:48
Cedric Moonen4-Aug-03 4:48 
GeneralRe: breakpoints Pin
David Crow4-Aug-03 5:23
David Crow4-Aug-03 5:23 
GeneralRe: breakpoints Pin
Cedric Moonen4-Aug-03 20:28
Cedric Moonen4-Aug-03 20:28 
GeneralWinsock 2 layered service provider Pin
Kuniva4-Aug-03 3:44
Kuniva4-Aug-03 3:44 

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.