Click to See Complete Forum and Search --> : Modeless dialog's z order.


never9
June 21st, 1999, 08:30 AM
My program has a main window and when some
event is driven a modeless dialog is represented.
But when I click the main window, the focus is
in the main window but modeless dialog is not
hidden by the main window. I mean the z order of
the modeless dialog is higher than main window.
But I wanna this modeless dialog's overlapped area
with the main window is hidden by the main window.
Can you help me?

Jean-Marie Carl
June 21st, 1999, 09:18 AM
Hi,

Did you tried already to pass NULL as parent window handle?

Greetings,
JM

Fabi Pantera
June 21st, 1999, 09:37 AM
Please send me your code that you tried.