Place this control on a form along with two other controls (text boxes, etc). In the forms Load method, place the following code (this example is for two text boxes... if you can't figure this out, un-install VB from your computer)
WESplitter1.LeftChild Text1.hwnd, Text1
WESplitter1.RightChild Text2.hwnd, Text2