Results 1 to 3 of 3

Thread: Sizable Form Splitter In VB6

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    10

    Lightbulb Sizable Form Splitter In VB6

    Hey I thought I would post this becouse alot of people would like to implement splitter windows in there vb application. In case your wondering what a splitter window is, it allow you to have controls that are able to be size by the user. The source code isn't actually written by me, but I adapted it a little so you can split as many windows as you want (just a little bit more coding). To find the original source goto this link:

    http://www.codeguru.com/vb/controls/...icle.php/c1513

    Heres how it works...
    The splitter is actually a user control that you link to two other controls to split them either horizontally or vertically. To split more that two control all you would have to do is split a splitter with another control.

    I have commented source code so you can probably figure out how to do it.
    The code splits four controls but if your smart im sure you can figure out how to split more!

    Plz send Feedback :^)
    Thx in advance.

    EDIT: Update, Added resize event and you can also set the size of the "sizing bar" now. ;^)
    Attached Files Attached Files
    Last edited by BakenBowl; Aug 11th, 2009 at 08:38 PM. Reason: update

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