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

C / C++ / MFC

 
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 
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 
I tried that and nothing is done. The function the Wizard made is there, but since a property page cannot have (at lease it's not present in the class wizard ie WM_COMMAND) a OnCommand function the function is ignored when the User selects it. I checked under DeBug, the function is not called at all. Create a property page yourself and check it out, then you'll understand what I'm saying. The Class Wizard creates the function for IDC_TIRE ("CPage2::OnTire()"), but the program does not go there when IDC_TIRE is selected.

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

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 
AnswerRe: _beginthread, can we create a thread in a class? Pin
Mark Salsbery9-Nov-07 12:32
Mark Salsbery9-Nov-07 12:32 
GeneralRe: _beginthread, can we create a thread in a class? Pin
Gofur Halmurat9-Nov-07 12:39
Gofur Halmurat9-Nov-07 12:39 
GeneralRe: _beginthread, can we create a thread in a class? Pin
Mark Salsbery9-Nov-07 12:49
Mark Salsbery9-Nov-07 12:49 
GeneralRe: _beginthread, can we create a thread in a class? Pin
Gofur Halmurat9-Nov-07 13:15
Gofur Halmurat9-Nov-07 13:15 

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.