Page 1 of 1

Making a Window stay on top of all programs.

Posted: Thu May 30, 2019 1:12 am
by ColBoy
I've hunted through the forums, but couldn't find a solution. If I want a Window to remain on top of everything else, how can I do this. This is for Windows. In Delphi, you can set the form to StayOnTop.

Thanks, Colin

Re: Making a Window stay on top of all programs.

Posted: Thu May 30, 2019 1:19 am
by mk-soft

Code: Select all

StickyWindow(#Window, Status)

Re: Making a Window stay on top of all programs.

Posted: Thu May 30, 2019 2:15 am
by ColBoy
Brilliant. Thanks a lot.