| View previous topic :: View next topic |
| Author |
Message |
attreus Valued Newbie

Joined: 30 Jul 2002 Posts: 46 Location: Berlin/Germany
|
Posted: Wed Apr 23, 2003 1:23 pm Post subject: normalize a window after setting it ontop |
|
|
i wrote a tool to set the properties of open windows. if i want to normalize a window after i set it ontop by using the "window ontop"-command, it doesn't work, the window is still ontop until i close it.
how can i set it back? maybe by the sendmsg-function?
thanks for help |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Wed Apr 23, 2003 7:37 pm Post subject: |
|
|
I've had this issue for years now and the only solution I've been able to
come up with, is having to restart my program.
-Garrett |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Apr 24, 2003 12:33 am Post subject: |
|
|
me two
Serge _________________
|
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Apr 24, 2003 1:17 pm Post subject: |
|
|
attrues,
The only way to do this right now is to use the Win32 API function SetWindowPos. The SetWindowPos function allows you to change the Z order of a window. You can use this function through the use of my Gadget.dll... _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Apr 24, 2003 11:34 pm Post subject: |
|
|
cool mindpower...worth keeping in mind
Serge _________________
|
|
| Back to top |
|
 |
|