I want to make a form that is in windowed mode and to always be on top of other forms. Just like some programs allow you to always keep their window up front no matter what your focus is on.
Is there a way to do this?
Kris
I want to make a form that is in windowed mode and to always be on top of other forms. Just like some programs allow you to always keep their window up front no matter what your focus is on.
Is there a way to do this?
Kris
I dont think so.
A DIALOG form will ALWAYS be on top, but you cant touch anything under it until it leaves.
(you want it on top AND get to other forms...cant.)
Ok, I didn't think so, I was looking into dialog forms but wasn't digging anything up.
Thanks
set the form's POPUP or MODAL property to force it to remain on top