Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen off Problem in VFP6
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00134400
Message ID:
00134938
Vues:
22
Hi David
are you sure that if i put this at the top of my App i will not see flashing my app on the screen. I think that the screen will apear on the screen and disapear instantly.

I'm sorry what is this
...
>You can do it right at app startup time:
>
>
with _screen
>   .Top = -10000
>   .Left = -10000
>   .Height = 100
>   .Width = 100
>endwith
>
>* rest of the app goes here
>
>But you may not need to do this until somewhere in your app shutdown code, because there will be a button on the task bar for VFP is _screen.visible = .t. which you may not want for the whole duration of the app which I assume is running as a TopLevel form.
>
>>If i leave the screen visible; where can i modify the coodinates(left & top ) of the screen if i don't want to see the screen {flashing} at startup ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform