Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Always on top only in my application
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00256481
Message ID:
00259184
Views:
19
>Hi,
> I have tried to add ActiveS MS Statusbar 6.0 into my main form but still overlay by my child form. I tried to add Status bar into VFP toolbar class, but VFP required to create an formset fori it. Anyway to avoid it?

Yes, you have to add it to the TL at runtime, the same way you add any other toolbar to a TL at runtime...in a TL Activate, like this:

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

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