Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars and _screen?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00157649
Message ID:
00157655
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform