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:
00005660
Views:
29
>>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?

you have to do this in your program -- you can't make this the default!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform