Click here to Skip to main content
15,903,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 6:38
David Crow5-Apr-05 6:38 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 6:42
ThinkingPrometheus5-Apr-05 6:42 
GeneralRe: linux segmentation fault strtok!? Pin
Michael Dunn5-Apr-05 7:00
sitebuilderMichael Dunn5-Apr-05 7:00 
GeneralRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 7:03
David Crow5-Apr-05 7:03 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 7:19
ThinkingPrometheus5-Apr-05 7:19 
Generalproperty sheets apply event Pin
laiju5-Apr-05 4:07
laiju5-Apr-05 4:07 
GeneralRe: property sheets apply event Pin
David Crow5-Apr-05 4:11
David Crow5-Apr-05 4:11 
GeneralRe: property sheets apply event Pin
PJ Arends5-Apr-05 9:35
professionalPJ Arends5-Apr-05 9:35 
Yes you can. Well, not technically "override" but you can catch the button clicks. CPropertySheet is a CWnd derived class so it has all the normal functionality of CWnd. It does receive BN_CLICKED commands from the buttons on the sheet, so you can add message handlers for the Ok and Apply buttons in you CPropertySheet derived class. Just be sure to implement the default behaviour by calling Default() in your handler.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralHiding the default MDI Child Pin
laiju5-Apr-05 3:58
laiju5-Apr-05 3:58 
GeneralRe: Hiding the default MDI Child Pin
YaronNir5-Apr-05 5:11
YaronNir5-Apr-05 5:11 
GeneralRe: Hiding the default MDI Child Pin
rgchezhian5-Apr-05 5:57
rgchezhian5-Apr-05 5:57 
GeneralRe: Hiding the default MDI Child Pin
laiju5-Apr-05 6:00
laiju5-Apr-05 6:00 
GeneralRe: Hiding the default MDI Child Pin
PJ Arends5-Apr-05 10:54
professionalPJ Arends5-Apr-05 10:54 
GeneralRe: Hiding the default MDI Child Pin
laiju5-Apr-05 16:42
laiju5-Apr-05 16:42 
GeneralCPropertyPage/CPropertySheet failing Pin
Fantmx5-Apr-05 3:57
Fantmx5-Apr-05 3:57 
GeneralHelp! Dll problem Pin
xiao_in5-Apr-05 3:40
xiao_in5-Apr-05 3:40 
GeneralRe: Help! Dll problem Pin
liquid_5-Apr-05 6:44
liquid_5-Apr-05 6:44 
GeneralRe: Help! Dll problem Pin
xiao_in5-Apr-05 15:36
xiao_in5-Apr-05 15:36 
GeneralDrawing Outside Window Pin
syedfairoz5-Apr-05 2:59
syedfairoz5-Apr-05 2:59 
GeneralRe: Drawing Outside Window Pin
ThatsAlok5-Apr-05 3:35
ThatsAlok5-Apr-05 3:35 
QuestionWhy is this Crash??? Pin
Balkrishna Talele5-Apr-05 2:49
Balkrishna Talele5-Apr-05 2:49 
AnswerRe: Why is this Crash??? Pin
toxcct5-Apr-05 2:53
toxcct5-Apr-05 2:53 
GeneralRe: Why is this Crash??? Pin
Balkrishna Talele5-Apr-05 2:55
Balkrishna Talele5-Apr-05 2:55 
GeneralRe: Why is this Crash??? Pin
toxcct5-Apr-05 3:01
toxcct5-Apr-05 3:01 
AnswerRe: Why is this Crash??? Pin
David Crow5-Apr-05 3:02
David Crow5-Apr-05 3:02 

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.