Bring a dialog to the front of other dialogs

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

I have a dialog that should be in front of other dialogs.

Now it was in front of others only for a little while, before it
"disappeared". I've found out that it doesn't disapper. Instead, it is
"hiding" behind other dialogs.

What can I do to bring it to the front?
 
If it is merely hiding, set a style with a higher z-order than the "hiding"
controls. You will have to be consistent on setting z-order of all controls
to get this to work (or at least all controls involved in this fight).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top