CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Splitter Bar

  1. #1
    Guest

    Splitter Bar

    I am creating an explorer-style application w/many different view panes (eg. A treeview, a listview, a web-browser, etc.). I want to use a splitter bar to allow for resizing. I can use a picturebox control...but that seems a little "cheesy" to me. I would like to be able to create, and use a real splitter bar in Visual Basic 6...Also, does anyone know of a way to change a MDI form's appearance property at run-time? Any help would be appreciated.

    Thanks,
    Eugene Oates


  2. #2
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Re: Splitter Bar

    I am also writing an explorer style application and i use the sheridan splitter control (around 200$) all other free control that i saw are using the picture box.


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