IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: ExMember001 on October 14, 2007, 04:19:17 AM

Title: Dialog topmost
Post by: ExMember001 on October 14, 2007, 04:19:17 AM
Hi,
I'm able to get a window topmost adding AWS_EX_TOPMOST to the Ex flags, but with a dialog it doesnt works.
is it possible to set a dialog topmost?
Title: Re: Dialog topmost
Post by: ExMember001 on October 14, 2007, 05:24:32 AM
i tryed also using ModifyStyleEx(AWS_EX_TOPMOST, null);
but doesnt works too... ???
Title: Re: Dialog topmost
Post by: Ionic Wind Support Team on October 14, 2007, 08:54:04 AM
According to a Google search you need to use SetWindowPos in response to @IDINITDIALOG to set the topmost bit of a modaless dialog.  Never tried it myself, but I do remember reading on MSDN a while ago that it doesn't work with modal dialogs.

Paul.
Title: Re: Dialog topmost
Post by: ExMember001 on October 14, 2007, 04:09:10 PM
thanks, ill take a look at this   :)