Board index » delphi » Minimizing NON-main forms to the taskbar?
dw...@unixg.ubc.ca (David Watt)
![]() Delphi Developer |
Mon, 06 Nov 2000 03:00:00 GMT
|
dw...@unixg.ubc.ca (David Watt)
![]() Delphi Developer |
Mon, 06 Nov 2000 03:00:00 GMT
Minimizing NON-main forms to the taskbar?Quote> Turns out, only the Main form will minimize to the taskbar, and all understand correctly the first form you create becomes your main form. Since I have been using the first form as a spash screen this explains the unwanted side-effect. Problem is, I create programs that have several "equal" forms - that is Could anyone lend a hand with this problem? Much appreciated. --- |
David Wa
![]() Delphi Developer |
Mon, 06 Nov 2000 03:00:00 GMT
Re:Minimizing NON-main forms to the taskbar?QuoteOn Thu, 21 May 1998, Simon R Knight wrote: more) sub-forms. These sub-forms each contain different but equally important information. More than likely, users will be working in one of the sub-forms rather than in the main form. The problem arises when they want to minimize the application. Using the Windows minimize button on any form but the main form reduced the form to a midi-child on the desktop rather than minimizing the form (read: program) to the taskbar. This is where I am stuck. Quote> The advantage of a single mainform, is that calling "Close" will not actually sure of this, but curious to know. Quote> It is not desireable for a splash screen to become an application's splash screen. But is it necessary to create the splash screen myself. Why not just use a regular Delphi form (of course, not the program's main form) and then simply Form.Destroy after the splash screen has been shown in order to free up the resources? Thanks for your help. --- |
Sebastian Bossu
![]() Delphi Developer |
Thu, 09 Nov 2000 03:00:00 GMT
Re:Minimizing NON-main forms to the taskbar?Quote>>Won't calling Application.Terminate do the same thing from any form? I'm --------------------------------------------------- boss...@remove.scm.de http://privat.schlund.de/bossung please remove the "remove." from me mail address --------------------------------------------------- |
Cleon T. Baile
![]() Delphi Developer |
Sat, 11 Nov 2000 03:00:00 GMT
Re:Minimizing NON-main forms to the taskbar? You can minimize a secondary-form top the taskbar like this: type implementation I have a test application on my website that demonstrates how to hide a form from the -- Luck is a lifetime of practice, followed by a moment of opportunity. David Watt <dw...@unixg.ubc.ca> wrote in article <6k2a1u$s6...@nntp.ucs.ubc.ca>... Quote> On Thu, 21 May 1998, Simon R Knight wrote: |
Cleon T. Baile
![]() Delphi Developer |
Sat, 11 Nov 2000 03:00:00 GMT
Re:Minimizing NON-main forms to the taskbar? You can minimize a secondary-form top the taskbar like this: type implementation I have a test application on my website that demonstrates how to hide a form from the -- Luck is a lifetime of practice, followed by a moment of opportunity. David Watt <dw...@unixg.ubc.ca> wrote in article <6k2a1u$s6...@nntp.ucs.ubc.ca>... Quote> On Thu, 21 May 1998, Simon R Knight wrote: |
1. minimize non-main form to the taskbar
2. Solution: Minimizing NON-main forms to taskbar
3. Keeping child form open when main form is minimized - non-MDI
4. Minimize main form to taskbar?
6. cannot minimize main form when a called form is minimized
7. Preventing a form from being minimized when main form minimizes
8. Help-non-visual components without forms OR how to hide your main form