Saturday, January 22, 2011

Make a form top most

with Self do {Form1,...}
  
SetWindowPos(Handle, // handle to window
               
HWND_TOPMOST, // placement-order handle {*}
               
Left,  // horizontal position
               
Top,   // vertical position
               
Width,
               Height,
               // window-positioning options
               
SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);

{* Other Values: }
HWND_BOTTOM
Places the window at the bottom of the Z order.
HWND_NOTOPMOST
Places the window above all non-topmost windows
HWND_TOP
Places the window at the top of the Z order.
HWND_TOPMOST
Places the window above all non-topmost windows.
The window maintains its topmost position even when it is deactivated.



Tested on win 7 works fine.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Kang Iwan K-sev | Thank's for your visit To My Site - Ridwan Mulyana | Cibeureum