NormHenderson
Technical User
I'm back using Delphi after touching on it a couple of years ago and I'm just creating a little application for fun.
I want my program to stay on top of all programs, specifically on top of a DOS program that will be launched after mine.
I've set the FormStyle of the (only) form to fsStayOnTop and while this stays on top of all Windows applications, when I launch a DOS one, it does not.
Is there a better way to make sure it stays on top of all programs at all times?
Thanks.
I want my program to stay on top of all programs, specifically on top of a DOS program that will be launched after mine.
I've set the FormStyle of the (only) form to fsStayOnTop and while this stays on top of all Windows applications, when I launch a DOS one, it does not.
Is there a better way to make sure it stays on top of all programs at all times?
Thanks.