Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Docking toolbars in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00005655
Message ID:
00005656
Views:
32
>I cant seem to get the toolbar.docked property to work.
>How (and/or where) do I use the docked=.T. statement so
>my PRG starts with the toolbar docked at the top?
>
>Do I declare the docked property at the object creation:
>
>PUBLIC oToolBr
>oToolBr = CREATEOBJ('mytoolbar')
>oToolBr.docked=.T. <---- here? (but it didn't work)
>oToolBr.SHOW
>
>DEFINE CLASS myToolBar AS Toolbar
> blah,blah,blah...
>ENDDEFINE
>
>....or do I define it inside the CLASS
>definition? If inside, what is the syntax?
>
>Thanx for any help!
>John

Did you try the dock(0) method?
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform