Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show a toolbar with its previous docked position
Message
De
21/07/2002 14:50:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to show a toolbar with its previous docked position
Divers
Thread ID:
00680908
Message ID:
00680908
Vues:
72
Hi there;

I've created a ToolBar from Class Designer, in my main application class, I've created an object of my Toolbar, then show and dock the ToolBar as the code below:

oTbr=CREATEOBJECT("my_Tbr")
oTbr.Dock(0)
oTbr.Show()

My problems is:
If I omit the "oTbr.Dock(0)" statement, the Toolbar will not dock when oTbr.Show(). Thus, the toolbar always docked on the top when my application started up. How do I show a toolbar with its previous docked position?

Thanks.
Lim Boon Eam
limbe@pc.jaring.my
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform