Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Docking the ToolBox
Message
From
27/02/2003 16:58:36
 
 
To
27/02/2003 16:47:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00759098
Message ID:
00759112
Views:
20
Hi Carole,

In VFP 7 you could use for the following command
In the INIT of the TOOLBAR class.
DODEFAULT()
This.Dock(0) && Docking the toolbar at the menu

The position of the docking would be as follows
-1 = not docked at all
0 = Docked at the top of the screen with the menu
1 = Docked at the left side of the screen
2 = Docked at the right side of the screen
3 = Docked at the bottom of the screen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform