Board index » delphi » Making tray forms stay on top
Gordon Hamm
![]() Delphi Developer |
Mon, 12 Nov 2001 03:00:00 GMT
Making tray forms stay on top
I am using colin wilsons tray component. works like a champ. To make it work
the following line is added to the project source, before the run method. Application.ShowMainForm := FALSE; This makes the mainform NOT visible at start up. Nessarry of course for a On colins tray, I have a few menu items that show a couple of different I want these forms to be shown modal, and always stay on top when shown. I Here is the problem.. The forms will NOT stay on top if the mainform is If I comment out this line as to show the main form, all the other forms Question : Is there a way that I can hide the main form, but still be able force any -- -- |