
Modeless propertysheet and buttons to create dialogs
I've searched extensively for the answer to the problem already, but no
luck.
Using VC5, NT 4, having no sucess getting buttons to create dialogs in
property pages of a modeless property sheet (buttons work fine when psheet
is modal).
Step into code, and hang is occurring in CDialog::DoModal in the
CreateDlgIndirect call. Parent is the property page and I have a feeling it
should be property sheet, because that is what it is when the sheet is modal
and when the button works properly.
The only example of modeless sheet uses formview, and mine is strictly
dialog.
Do I have to somehow change parent to mimic what happens in modal sheet?
Thanks in advance for any help.
Jan