Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to specified toolbar's dock position?
Message
From
12/11/2001 18:57:37
 
 
To
09/10/2001 09:57:58
F Bilo
Bilo Office
Fuyang, China
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00565577
Message ID:
00580670
Views:
23
Hi Fbilo

Correction

In your # Define statements just include the following:
*** TOOLBAR
#DEFINE TOOLBAR_NOTDOCKED -1 && TOOLBAR NOT DOCKED ON THE FORM
#DEFINE TOOLBAR_TOP 0 && TOOLBAR DOCKED AT THE TOP OF THE FORM
#DEFINE TOOLBAR_LEFT 1 && TOOLBAR DOCKED AT THE LEFT SIDE OF THE FORM
#DEFINE TOOLBAR_RIGHT 2 && TOOLBAR DOCKED AT THE RIGHT SIDE OF THE FORM
#DEFINE TOOLBAR_BOTTOM 3 && TOOLBAR DOCKED AT THE BOTTOM OF THE FORM

Then just set the setting where you need it / want it


I hope this help
Andy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform