Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Adding Controls to a dialog

Status
Not open for further replies.

jonesy29847

Electrical
Feb 28, 2003
133
0
0
US
I am trying to improve my C skills by programming an example that I obtained from the internet. I have entered the code for a single document window and a dialog box. The dialog box contains a EditBox and A button, I want to write code to respond to clicking the button. I am trying to learn how these things work together without using the wizards provided by Microsoft, I think I will learn better that way. I need to know how to implement the message map, I have messagge mapping for the document window and it function, I have placed the mapping for the buttion in the class for the document window, but it doesn't work. I think I need to add a class for the dialog box, then put all message mapping for the dialog in that class. My problem is I am confused on how to code the class. Do I create a separate class? (Say Dialog.h) or what. I would appreciate any help I can get.
 
Status
Not open for further replies.
Back
Top