How to not have a MainForm in Delphi?
问题 i've been trying to get some modeless forms in my application to appear on the taskbar - taking advantage of the new useful taskbar in Windows 7. There's are many issues with the VCL that need to be undone before a form can exist on the taskbar. But the final issue is that minimizing the form that the VCL has designated the main form causes all windows in the application to vanish. Ten years ago, Peter Below (TeamB) documented these problems, and attempts to work around them. But there are