|
-
September 14th, 1999, 02:51 AM
#1
Help Me!!!!
To whom may concern:
I am a fresh gradute and currently my company is developing a secrectarial software. Before that our company developed it using Clarion. But now, we have change the programming platform into Visual Basic 6.0.
Now our problem is we have designed the software in such a way that it looks similar to Win95 Explorer. We have a treeview on our left side and some forms on the other side. We separated the two things with a "space". Now, we would like to change the size of the treeview or the size of the other form. So what can I do? Is there any built-in object that I can use??
Please email me as soon as possible! Thanks!!!!!
-
September 14th, 1999, 03:12 AM
#2
Re: Help Me!!!!
If you open vb and create a new application with the AppWizard (choose 'Explorer' Style interface), VB will generate some splitter bar code for you using a PictureBox and Image control.
This is the way people have been doing it since VB5, although there are other ingenious ways - take a look at the class on vbAccelerator at :
http://vbaccelerator.com/codelib/gfx/splitter.htm
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|