Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show a toolbar with its previous docked position
Message
From
21/07/2002 14:50:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to show a toolbar with its previous docked position
Miscellaneous
Thread ID:
00680908
Message ID:
00680908
Views:
73
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
Next
Reply
Map
View

Click here to load this message in the networking platform