![]() |
Before program starts - show about form (like Skype)
How can to do, that on before my program starts, show about form (like before Skype`s start)?
|
Re: Before program starts - show about form (like Skype)
|
Re: Before program starts - show about form (like Skype)
its easy
create a second unit (form) and let it generate before the main form will be generated. you must do this in the main project file. after your application has fully loaded, destroy the first form. thats all :) @TheAn00bis: Jemandem, der evtl kein Deutsch kann, bringt das nich viel -g- |
Re: Before program starts - show about form (like Skype)
Hello,
try this tutorial: ![]() It's in English and not too bad as I can see from a first look at it ;) Greetz alcaeus |
Re: Before program starts - show about form (like Skype)
I have already made a simple splashscreen :) , but I would, that in splashcreen`s form the picture could be with non-corrected corners, it means that the picture could be somethink like this(a form not visible - only a picture visible except white background only picture`s contour!):
![]() |
Re: Before program starts - show about form (like Skype)
Try that:
1. Form.Borderstyle = bsNone 2. Form.Color = clWhite 3. Form.TransparentColor = True 4. Form.TransparentColorValue = clWhite ... |
Re: Before program starts - show about form (like Skype)
Thank`s! It works great! :)
|
Re: Before program starts - show about form (like Skype)
One last question: English is not you native language is it? :)
|
Re: Before program starts - show about form (like Skype)
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:16 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz