Click here to Skip to main content
15,913,238 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Dependent controls Pin
Nitron18-Apr-03 12:07
Nitron18-Apr-03 12:07 
You can use the class wizard to automagically generate the message handler Miszuo mentioned above. In the class wizard, select the control, then in the window on the right, select WM_CLICK (i think that's what it is... )

This will map that message to an OnClickYourControl() function. That's where you put the aforementioned code.

- Nitron


"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
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 
GeneralVARIANT & VT_DECIMAL Pin
Brian Shifrin18-Apr-03 8:16
Brian Shifrin18-Apr-03 8:16 

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.