Hi,
I would like to do this:
= I create a form F with an empty TPanel P
= I create two other forms A & B with edit fields, buttons, lists, whatever...
At runtime, I want to copy or show A or B into P (and have P resize according to A or B size).
How to do that?
Thanks
Hi,
To to that:
1- you create a normal form
2- you set BorderStyle: none
3- BorderWidth = 0
4- add in the form a TImage aligned to TClient
5- put the splash image into the TImage
6- In WinMain, add:
SplashForm->Show();
SplashForm->Repaint();
7- In your app, put a timer with 3..6 seconds...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.