|
-
Feb 6th, 2006, 12:58 PM
#1
Thread Starter
Fanatic Member
VBE 2005 ToolStripContainer??
Can I create Docking windows like in the IDE with the ToolStripContainer control??
I can create draggable toolbars, but what about windows?
I am testing the Visual Basic Express 2005 IDE, 2.0 framework.
-
Feb 6th, 2006, 02:06 PM
#2
Re: VBE 2005 ToolStripContainer??
You can put ToolStrips and MenuStrips in a ToolStripContainer
-
Feb 7th, 2006, 08:58 AM
#3
Thread Starter
Fanatic Member
Re: VBE 2005 ToolStripContainer??
I already know about the toolbars.
What about "docking windows?"
You know... just like in Visual Studio 3003 or 2005.
You know... the toolbox, solution explorer.
Those kinds of toolwindows that can dock.
-
Feb 7th, 2006, 09:14 AM
#4
Re: VBE 2005 ToolStripContainer??
You're either going to have to make them yourself or find some controls online.
To make them yourself, you could make a UserControl with a bar at the top that will let a user drag it. When it's dragged to an edge, have it Dock with that side. For auto-hiding, just make a little icon for the pin and animate it coming and going.
-
Feb 22nd, 2006, 06:52 AM
#5
Thread Starter
Fanatic Member
Re: VBE 2005 ToolStripContainer??
You wouldn't happen to know of some sample code for making my own do you?
I wouldn't know how to go about detecting the outer regions when there are other windows present.
I wish it was that easy.
Any tutorials out in netland on this stuff?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|