VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add Splitter Bars to your appRevised

Eugene  (1 Submission)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Add vertical and horizontal splitter bars to your application. This
code creates a form with three panes, and two splitter bars. I originally
found the code in vbcoders.com last year, but found a couple of
bugs, so I rebuilt it from scratch, and added the horizontal splitter.
There are no DLL's or references to worry about, very easy to use.

Inputs
It is easy to integrate into your applications. You simply paste whatever objects that you want to use into one of the three picture boxes used as frames. Then in the _Resize event of each, change the .Move statement to your object (or control).

Assumes
Copy the code and paste it into a text editor (like notepad). Save the file as Form1.frm. You can always change it later.

Rate Add Splitter Bars to your appRevised (3(3 Vote))
Add Splitter Bars to your appRevised.bas

Add Splitter Bars to your appRevised Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters