Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars and _screen?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00157649
Message ID:
00157655
Views:
29
If I understand your problem correctly, the following works for me.

Example:
Public oToolBar
Set ClassLib to TestLib
oToolBar = CreateObject('Test')
Set ClassLib To
oToolBar.Dock(0)
oToolBar.Visible = .T.

When your ready to release the toolbar use:
Release oToolBar
Previous
Reply
Map
View

Click here to load this message in the networking platform