Is there a way to have a window always on top of another? I have created a image manageing application and the image is on one form in the backgound taking the whole screen, then there are up to 3 sepperate forms that are toolbars that the user can move arround, the problem is if they click on the back one it come ontop of all the others.
I have tried to on deactivate on a 'Toolbar' to set the focus to it, but when there are two toolbars you cant use the second toolbar.
Is there a "Always on top" property?
the only solution I have though of (but not tested) is to have code on the back form so that is they click it it will set focus on all of the other forms in turn.
Thanks.
I have tried to on deactivate on a 'Toolbar' to set the focus to it, but when there are two toolbars you cant use the second toolbar.
Is there a "Always on top" property?
the only solution I have though of (but not tested) is to have code on the back form so that is they click it it will set focus on all of the other forms in turn.
Thanks.