Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i put a Toolbar inside a form?
Message
From
25/01/2005 02:26:50
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
24/01/2005 21:13:51
Ricardo Giron
Secrex Compañía de Seguros de Crédito
Lima, Peru
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
00980258
Message ID:
00980281
Views:
39
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform