CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    112

    How to add Splitter Bar in MDI like MS did in SDI ?



    Hi, All VB Guru,


    VB Application Wizard can add Explorer-like GUI using a PictureBox as Splitter Bar. I hope to create a Visual Studio-like GUI. However I can't simply add PictureBox as SplitterBar because of its Align Property in MDI.


    How to solve this problem?


    Thanks in advance!



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to add Splitter Bar in MDI like MS did in SDI ?



    Hi


    Steve at http://vbaccelerator.com has an excellent tutorial on creating a splitter bar for all kinds of forms (all wrapped up in a neat little class).


    Take a look at http://vbaccelerator.com/codelib/gfx/splitddc.htm


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb



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

Featured