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:
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. ;^)
Last edited by BakenBowl; Aug 11th, 2009 at 08:38 PM.
Reason: update