Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visibility of Custom Toolbar on TOP Level Form
Message
 
À
30/08/1999 06:44:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00259083
Message ID:
00259197
Vues:
18
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform