Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make a form hidden
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00790208
Message ID:
00790212
Vues:
20
This message has been marked as the solution to the initial question of the thread.
have you tried in the MyForm.load():
_Screen.LockScreen = .t.
and in the MyForm.Activate():
ThisForm.Hide()
_Screen.LockScreen = .f.
or you can try:
Do MyForm.scx noshow
hope that was what you're looking for.


>Hi Everybody,
>
>I want to open a form in normal size yet hidden. I tried
>
>
ThisForm.Hide()
>
>In the
Activate()
However, when I do the form, First I will see it, then it goes hidden. What should I do, to make it totaly hidden?
>
>Thank you very much,
>Ali
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform