Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start screen
Message
De
30/09/1999 18:13:37
 
 
À
30/09/1999 02:56:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00270409
Message ID:
00271363
Vues:
18
>>>>In my exe i want to substitute the foxpro introducing screen with my own how can i do that
>>>>
>>>>
>>>>thanks
>>>
>>>
Create a form as a splash screen (Controlbox = .f., title = "" etc) and set window type to SDI. In config.fpw :
>>>screen=off
>>>
>>>Then when your initialization is complete release splash and set :
>>>_screen.visible = .t.
>>>
>>>Cetin
>>
>>Actually, there was a recent post here on an even easier way, that I did not know of:
>>
>>When you invoke your program (shortcut) -- add "-T -Bxxxx.Bmp" this suppresses the VFP splashscreen, and substitutes your BMP as a splash screen. No programming needed. Of course, it is limited to the time of initial loading, just like the default VFP splash logo, but it worked great for us here to help the user realize that YES, he did double-click on the shortcut and is IS loading...
>>
>>HTH
>>
>>Rob
>
>
Yes certainly easier but different. It only changes the BMP and as far as I understand that's what you want. The method I suggested is a little more complex I know but it has the control of background preparation + could interact with user such as a login id, "don't show this again" checkbox etc.
>Cetin

Hi Cetin:

You are correct, not much other than the opening splash screen... Absolutely if more is needed, your approach is the more appropriate solution.

Thanx for the feedback.

Rob
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform