Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars, etc..
Message
De
05/01/1999 11:30:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Toolbars, etc..
Divers
Thread ID:
00172788
Message ID:
00172788
Vues:
59
Hey guys,
This is my problem.. Basically I want to restore the VFP screen (toolbars) back to where they were when a user exits an app. I have code that hides them when a user executes the app in VFP.. and I have code to restore them. but they're not going back to the right places on the screen.. they all are docked.. but not where they were..
Here's what I'm doing..
reso_file = sys(2005)
set resource off
hide toolbars
do app..
set resource to &reso_file
show toolbars

I use an array to store the names of the toolbars and whether nor not they were on the screen and I use hide window and show window to handle whether or not they're seen.
TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform