Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visibility of Custom Toolbar on TOP Level Form
Message
 
To
30/08/1999 06:44:17
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00259083
Message ID:
00259197
Views:
17
>HI! Fox Developers!
>
>I have created a custom toolbar class, Now I want to place it on a TOP LEVEL FORM.
>
>When I placed the toolbar class on "Toplevel Form " its hide itself behind the Top Level form. How to bring the toolbar on Toplevel form Under My Application Menu placed on Top Level Form.

In the TL Activate, do like this:

set classlib to mytoolbars.vcx additive
thisform.addobject('oToolstatbar','oToolstatbar')
thisform.oToolstat.show

You may need a "launch" flag to ensure it only runs once in the Activate...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform