Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programmatically creating resource dlls? Pin
IGx8918-Apr-03 13:17
IGx8918-Apr-03 13:17 
GeneralRe: Programmatically creating resource dlls? Pin
Michael Dunn18-Apr-03 15:44
sitebuilderMichael Dunn18-Apr-03 15:44 
GeneralRe: Programmatically creating resource dlls? Pin
IGx8918-Apr-03 15:50
IGx8918-Apr-03 15:50 
GeneralRe: Programmatically creating resource dlls? Pin
Michael Dunn18-Apr-03 16:03
sitebuilderMichael Dunn18-Apr-03 16:03 
GeneralRe: Programmatically creating resource dlls? Pin
Tim Smith19-Apr-03 1:58
Tim Smith19-Apr-03 1:58 
AnswerRe: Programmatically creating resource dlls? Pin
Brian Shifrin18-Apr-03 16:29
Brian Shifrin18-Apr-03 16:29 
GeneralDependent controls Pin
TelMonks18-Apr-03 11:45
TelMonks18-Apr-03 11:45 
GeneralRe: Dependent controls Pin
Miszou18-Apr-03 11:52
Miszou18-Apr-03 11:52 
You have to handle the "clicked" event for the checkbox, and then enable/disable the edit box accordingly:

m_Edit.EnableWindow( m_CheckBox.GetCheck() );


There are 10 kinds of people - those that get binary and those that don't.
GeneralRe: Dependent controls Pin
Nitron18-Apr-03 12:07
Nitron18-Apr-03 12:07 
GeneralRe: Dependent controls Pin
TelMonks18-Apr-03 12:29
TelMonks18-Apr-03 12:29 
GeneralRe: Dependent controls Pin
Miszou18-Apr-03 12:35
Miszou18-Apr-03 12:35 
GeneralRe: Dependent controls Pin
TelMonks18-Apr-03 12:50
TelMonks18-Apr-03 12:50 
GeneralRe: Dependent controls Pin
Nitron18-Apr-03 13:46
Nitron18-Apr-03 13:46 
Generaldeleting a dialog Pin
Nitron18-Apr-03 9:55
Nitron18-Apr-03 9:55 
GeneralRe: deleting a dialog Pin
John M. Drescher18-Apr-03 10:02
John M. Drescher18-Apr-03 10:02 
GeneralRe: deleting a dialog Pin
Nitron18-Apr-03 10:13
Nitron18-Apr-03 10:13 
GeneralRe: deleting a dialog Pin
Nitron18-Apr-03 10:15
Nitron18-Apr-03 10:15 
GeneralUPDATE Pin
Nitron18-Apr-03 12:12
Nitron18-Apr-03 12:12 
GeneralRe: deleting a dialog Pin
Ravi Bhavnani18-Apr-03 12:13
professionalRavi Bhavnani18-Apr-03 12:13 
GeneralRe: deleting a dialog Pin
Nitron18-Apr-03 12:23
Nitron18-Apr-03 12:23 
GeneralRe: deleting a dialog Pin
Ravi Bhavnani18-Apr-03 14:30
professionalRavi Bhavnani18-Apr-03 14:30 
Generala vc7 question: Pin
ns18-Apr-03 9:12
ns18-Apr-03 9:12 
GeneralRe: a vc7 question: Pin
Big Art18-Apr-03 11:08
Big Art18-Apr-03 11:08 
GeneralGUI Pin
MemLeak18-Apr-03 8:33
MemLeak18-Apr-03 8:33 
GeneralRe: GUI Pin
Chris Richardson18-Apr-03 10:58
Chris Richardson18-Apr-03 10:58 

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.