Click here to Skip to main content
15,925,081 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: audio recording Pin
dtr19-Nov-07 22:51
dtr19-Nov-07 22:51 
QuestionControling a Property Page in a Wizard [modified] Pin
Larry Mills Sr9-Nov-07 15:18
Larry Mills Sr9-Nov-07 15:18 
QuestionRe: Controling a Property Page in a Wizard Pin
David Crow9-Nov-07 16:42
David Crow9-Nov-07 16:42 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr10-Nov-07 13:10
Larry Mills Sr10-Nov-07 13:10 
GeneralRe: Controling a Property Page in a Wizard Pin
David Crow10-Nov-07 15:30
David Crow10-Nov-07 15:30 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr11-Nov-07 2:59
Larry Mills Sr11-Nov-07 2:59 
GeneralRe: Controling a Property Page in a Wizard Pin
David Crow11-Nov-07 14:19
David Crow11-Nov-07 14:19 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 2:26
Larry Mills Sr12-Nov-07 2:26 
David,
When the "Class Wizard" creates a class for the Property Page is creates the constructor, and several other functions for the class. If I select ON_EN_SETFOCUS, ON_EN_CHANGE, ON_EN_KILLFOCUS, the Wizard gladly creates these functions - all have "return"s as the last statement. Again, neither of these functions would give me control of the page. Once the User has selected(clicked on) the editbox a ON_EN_SETFOCUS message is sent to the page, the same once the User selects another editbox on the page a ON_EN_KILLFOCUS message and another ON_EN_SETFOCUS message is sent ALL WITH RETURNS. I at no point receive control of the page on either selection. I need to be able to know (1): that the User is using a editbox (ON_EN_SETFOCUS does that), (2) That the User has finished entering the data (ON_EN_KILLFOCUS does that - IF ANOTHER editbox is selected). but I don't kn ow how to capture those messages and use them to collect the data. Can you show me with code as to how I would get the data? I'm sorry, but I just cannot fiquire out how to use the messages to transfer the messages into a function of my own to capture the data. Please explain with code examples.


A C++ programming language novice, but striving to learn

GeneralRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 2:47
David Crow12-Nov-07 2:47 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 5:23
Larry Mills Sr12-Nov-07 5:23 
GeneralRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 5:30
David Crow12-Nov-07 5:30 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 7:54
Larry Mills Sr12-Nov-07 7:54 
QuestionRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 8:03
David Crow12-Nov-07 8:03 
AnswerRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 8:36
Larry Mills Sr12-Nov-07 8:36 
QuestionRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 9:06
David Crow12-Nov-07 9:06 
AnswerRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 10:41
Larry Mills Sr12-Nov-07 10:41 
GeneralRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 10:44
David Crow12-Nov-07 10:44 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr12-Nov-07 11:01
Larry Mills Sr12-Nov-07 11:01 
GeneralRe: Controling a Property Page in a Wizard Pin
David Crow12-Nov-07 12:05
David Crow12-Nov-07 12:05 
GeneralRe: Controling a Property Page in a Wizard Pin
Larry Mills Sr13-Nov-07 4:47
Larry Mills Sr13-Nov-07 4:47 
GeneralUser Interface Pin
Mark Salsbery9-Nov-07 12:09
Mark Salsbery9-Nov-07 12:09 
GeneralRe: User Interface Pin
Bram van Kampen10-Nov-07 14:13
Bram van Kampen10-Nov-07 14:13 
NewsRe: User Interface Pin
Mark Salsbery11-Nov-07 6:12
Mark Salsbery11-Nov-07 6:12 
GeneralRe: User Interface Pin
DevMentor.org10-Nov-07 15:17
DevMentor.org10-Nov-07 15:17 
Question_beginthread, can we create a thread in a class? [modified] Pin
Gofur Halmurat9-Nov-07 11:53
Gofur Halmurat9-Nov-07 11:53 

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.