Board index » delphi » Multiple forms vs multiple Group boxes. *HELP*
Joachim Str?mbergson
![]() Delphi Developer |
Wed, 20 Jan 1999 03:00:00 GMT
Multiple forms vs multiple Group boxes. *HELP*Hi! I've just made an application in which I display several 'screens' by The problem is that the application takes ages to start and quit, I have thought of two possible solutions for this: 1: Using the 'visible' property for the GroupBox. Does this work, or 2: Placing the Groupboxes in separate forms, and then just 'Show' the * How do I keep the GroupBox window om top of the application window, * How do I trap window movements of the application, so I can reposition Is there any other ways to solve my problem?? BTW: is there any limit to the number of component instances that I can Any help *Greatly* appreciated. Cheers! |