Click to See Complete Forum and Search --> : Handling Modeless Property Sheet Button Press


Thu Tran
April 1st, 1999, 10:23 AM
I override the OnInitDialog in my modeless propery sheet to show the default property sheet buttons (OK, Cancel, Help).


When I clicked the buttons, nothing happens. What messages and/or virtual functions do I have to override to process these buttons?

dave demmon
April 1st, 1999, 10:41 AM
Thu,


The OnApply() function gets called for the OK and Apply Now buttons

I believe you can implement WM_COMMAND handlers for the buttons as well


dave...