March 28, 2024, 09:07:06 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Dialog topmost

Started by ExMember001, October 14, 2007, 04:19:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ExMember001

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?

ExMember001

i tryed also using ModifyStyleEx(AWS_EX_TOPMOST, null);
but doesnt works too... ???

Ionic Wind Support Team

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.
Ionic Wind Support Team

ExMember001

thanks, ill take a look at this   :)