Hi,
I've got 2 forms, MainForm, and second form "form2".
form2 is alwasontop and have to be like this everytime.
But when i minimize MainForm, "form 2" minimize too , that not i wanted !
Any idea ?
hum, MainForm have to enable visible or not Form2, so it may staying MainForm.
But when user minimize MainForm, Form2 have to be visibled, always on top.
I think that in Delphi, whe mainform is minimized, it minimize all project forms by default.
How do "cut" this functionality ?