Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars
Message
 
 
To
06/03/2009 21:01:34
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01386348
Message ID:
01386353
Views:
136
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform