Results 1 to 5 of 5

Thread: VBE 2005 ToolStripContainer??

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    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.

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: VBE 2005 ToolStripContainer??

    You can put ToolStrips and MenuStrips in a ToolStripContainer
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    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.

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    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
  •  



Click Here to Expand Forum to Full Width