Was also thinking that the description of MessageBox style 4096 is NOT very accurate or at least, maybe mis-leading:

4096 System-modal. All applications are suspended until the user responds to the message box.

In reality, System-modal is exactly like Application-modal (0) except that it has the TOPMOST style set (so that its on top off all other windows).

Its NOT true that ALL APPLICATIONS ARE SUSPENDED until the user reponds to the message box - the reality is that only windows associated with Kixtart are suspended.

-Shawn

[ 06. April 2003, 02:24: Message edited by: Shawn ]