Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars
Message
 
 
À
06/03/2009 21:01:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01386348
Message ID:
01386353
Vues:
135
This message has been marked as the solution to the initial question of the thread.
Try
_Screen.AddProperty("oToolbar")
_Screen.oToolbar = NEWOBJECT("mytoolbar", "mylib")
_Screen.oToolbar.Dock(0)
_Screen.oToolbar.Visible = .T.
>Some years ago I have created a toolbar and docked it into the main
>screen of my application using VFP 6.
>Now, with VFP 9 SP2 I can create the toolbar (class) but I can't
>remember how to attach/dock it to the main screen.
>
>UPDATE: I found my old code and done it in the old way. I still want to know
>how to do it with the toolbar class.
>
>Thanks in advance.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform