I've got a "toolbox" form which I open in my app (toplevel=false, borderstyle=fixedtool...)
On that form, I have a multiline text box.
Users can *not* use the mouse to drag over and select text in the textbox, nor do they get a normal textbox context menu when right-clicking within the box (the one with copy, paste, etc). Does anyone know why this is? I suppose the parent form has somehow captured the mouse. More importantly, does anyone know how to stop this behavior or work around it.
The requirement is that this little tool window must live inside of its parent (because there's a splitter with 2 such parent forms and each parent's toolbox form must stay in it's parents boundaries. And, of course, users expect normal mousey behavior on the textbox.
Jim G