Re: vfp 9 toolbox not dockable by Jack
Jack
Wed Jan 12 19:18:57 CST 2005
i've overcome this limitation....
MS has built this toolbox form from a standard VFP form, so,
all VFP forms have the DOCKABLE property!!!!
hmmmm,
there after the solution is simple, get a reference to this form & change
the value of this property to 1.
(but the above solution is not neat - but at least i can now dock the form,
without having to worry about opening & closing over & over & over).
Yes, i could use the xsource & rebuild the toolbox (i guess this would be a
permanent fix).
I guess i might as well do that.
Thanx
"Rick Bean" <rgbean@unrealmelange-inc.com> wrote in message
news:OmSselQ#EHA.3376@TK2MSFTNGP12.phx.gbl...
Jack,
The Toolbox isn't dockable, and you can get the context menu by clicking on
the bars (one menu) or in the open space between them (another menu). Since
the toolbox is all VFP code and was written for VFP 8.0 - before there were
dockable VFP forms - this seems to be the limitation. (It doesn't appear
this was changed for VFP 9.0!)
Since MS provides all the code for the Toolbox in the XSOURCE.ZIP file, feel
free to change it anyway you want!
Rick
"Jack" <Jack@cooper.net> wrote in message
news:%23%23WZ4xP%23EHA.600@TK2MSFTNGP09.phx.gbl...
>I can't seem to dock the toolbox in VFP9
> i right clicked the title bar, & nothing happens - documentation says that
a
> context menu should appear, but no!!!
> what haven't i done?
>
>