Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP caption on main screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00068724
Message ID:
00068856
Vues:
40
>>How can I get the "Microsoft Visual FoxPro" caption from displaying on the main screen when executing? I put the code below in my main.prg but for a brief moment the caption still blinks on until being replaced with the caption I defined in the code below for the caption property of the main screen. Dose Anyone know why this is happening and what I can do to make the caption that i defined be the only one that displays? Thanks!!
>
>The best is to not show the application until the setup is finished. You can accomplish that by putting SCREEN=OFF in your CONFIG.FPW and _screen.Visible=.T. after your setup is completed.

I put the line title = "my title" in config.fpw and it works okay now, but if i use your idea it sounds like i can remove that line and use _screen.caption = "my title" in my main program or something like that. Thanks!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform