CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help Me!!!!

  1. #1
    Join Date
    Sep 1999
    Posts
    8

    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!!!!!


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured