Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars with Menu Bar
Message
 
To
29/01/1997 15:36:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00018745
Message ID:
00018747
Views:
33
>I have an app with a menu bar that is not part of any formset. I would like a toolbar that is also not part of any formset, but tied to the menu bar functions. All of the documents I read tell how to move the toolbar class you create to a formset by dragging it into the formset from the project manager.
>
>How do you activate a toolbar without having a form?

If you have toolbar class myToolbar in your myVCX library you can do it from any .PRG as
set classlib to myVCX addi
oMyToolbar=createobject("myToolbar")
oMyToolbar.show()
Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform