MainForm.Visible <> MainForm visible to the user. Set MainForm.Left to 10000 and you're good to go.
Thank you for this trick. I like.
this morning I tried your point.
form1.hide; (mainform) is replaced with application.mainform.left: = 10000; or form1.left: = 10000;
so form1 still looks active on a program basis, but it is not visible to us because the location is hidden.
actually i like normal like using delphi 7 in windows xp or windows 7. if there is no other way maybe i will use this trick. thx Tricky Master GetMem
