Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i put a Toolbar inside a form?
Message
De
25/01/2005 02:26:50
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
24/01/2005 21:13:51
Ricardo Giron
Secrex Compañía de Seguros de Crédito
Lima, Pérou
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
00980258
Message ID:
00980281
Vues:
37
Hi
You can dock toolbars in Top Level forms only. Toolbar class must have ShowWindow = 1 (In top level form)
*Form.Activate code

IF ISNULL(this.oToolbarRef)
	this.oToolbarRef = CREATEOBJECT('toolbar')
	this.oToolbarRef.Dock(0)
	this.oToolbarRef.Show
ENDIF 
>Hello,
>
>It seems that toolbars always apear in the main window of Visual Fox. I want my window to be independent from the main window and the toolbar docks in this window.
>
>I hope some have done this.
>
>
>Thanks,
>
>Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform