Board index » delphi » Form to stay on top (but only in my app)

Form to stay on top (but only in my app)

How do I make a form stay on top of all the other forms in my application,
but NOT every other program in Windows
 

Re:Form to stay on top (but only in my app)


Hi !

Set the form's property FormStyle to fsStayOnTop.

Bjoerge

Paul Linsell skrev i meldingen <7ctujj$r7...@newnews.global.net.uk>...

Quote
>How do I make a form stay on top of all the other forms in my application,
>but NOT every other program in Windows

Other Threads