Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToolBar inside the form
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00099732
Message ID:
00099821
Views:
20
>>Sure, in vfp5 you can do all this. Briefly, put screen = off in config.fpw, >>add toolbar to top-level, and add menu as described in Developer's Guide. The >>only slight difficulty is getting the toolbar to show inside top-level form, >>you need to have the form active when you instantiate the toolbar...


There is an easier way....

Just set the ShowWindow Property of the ToolBar to In-Top-Level Form. There is no need to to toggle the visibility of _Screen. As far as getting the toolbar to appear in the form, you just need to instance it and invoke the Show() of the toolbar in the Activate() of the form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform