
Modeless dialog shall not be modeless !
I have a modeless dialog derived from CPropertySheet. It is supposed to react on
service calls that are defined as public member functions. After creating the
dialog, control must be transferred to the caller. Thus, I cannot use DoModal to
start the dialog. However, I do not want other windows to get control as long as
the dialog is opened ! Can this be done ?
Right now, the dialog is created by Create and gets the parent window passed.
The dialog functions work alright, but it is still possible to click into other
windows of the application. This is not intended.
Any help appreciated
Regards, Eggert
-----------------------------------------------------
Answers please in this newsgroup!
-----------------------------------------------------