PDA

View Full Version : Always on top after build


nrgyzer
01-16-2008, 03:42 PM
Hello @ all,

I want set my application on "Always on top" after I build the application. Is there any solution?

Just thanks for help ;)

Eliminator
01-16-2008, 03:55 PM
Project --> Settings --> Always on top ;)

nrgyzer
01-17-2008, 12:32 AM
Thanks, but I want change the state of "Always on top" after I build the application. For example the user can change from "Always on top" to "Not always on top".

Eliminator
01-17-2008, 12:41 AM
Window.SetOrder(Application.GetWndHandle(), HWND_TOPMOST);

nrgyzer
01-17-2008, 02:54 AM
Great, thanks for help :)