Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Imperceptus on May 09, 2007, 05:28 PM

Title: Tool Window
Post by: Imperceptus on May 09, 2007, 05:28 PM
Anyone know how to make a tool window in an mdi Form dock to the mdiForm Edge?
Title: Re: Tool Window
Post by: Barabajagal on May 09, 2007, 05:50 PM
Tool window? Toolbars and picture boxes can dock in MDI forms, MDI children not so much. Wanna explain what you mean by Tool Window a bit better?
Title: Re: Tool Window
Post by: Imperceptus on May 09, 2007, 06:17 PM
ive always wondered how to do the things that I see in the vb6 IDE.  Like how the properties window floats from docked to not docked.
Title: Re: Tool Window
Post by: Barabajagal on May 09, 2007, 07:16 PM
Dockable toolbars. I'm fairly certain there's a control that lets you do that, but I've never been that interested in them.
Title: Re: Tool Window
Post by: tumeria on May 09, 2007, 08:10 PM
pscode + forms

edit: search for ^"window docking class"
Title: Re: Tool Window
Post by: Imperceptus on May 10, 2007, 10:33 AM
Found another docking ocx. It does pretty much all I could want.  http://www.innovasys.com/. Thanks tumeria, I will search that and see how it goes.
Title: Re: Tool Window
Post by: brew on May 11, 2007, 11:14 AM
Quote from: Imperceptus on May 10, 2007, 10:33 AM
Found another docking ocx. It does pretty much all I could want.  http://www.innovasys.com/. Thanks tumeria, I will search that and see how it goes.
I'm pretty sure you don't need an ocx for docking...