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

Thread: UI like outlook

  1. #1
    Join Date
    Aug 2001
    Posts
    1

    UI like outlook

    I want to create the following:

    (you can perhaps compare it with the outlook User Interface)

    on the left a menu

    when you click on the menu the form must change on the right.

    the right part exists of buttons, text boxes and so on

    How do you create that right part? µ

    Example files ?


  2. #2
    Join Date
    Jan 2001
    Location
    Germany
    Posts
    222

    Re: UI like outlook

    I would just place the required components in a Frame without any border. Every time a new option is selected on the left side, you pick the corresponding Frame and set its ZOrder to 0. That will move it to the front of all frames.

    ----------------
    You can contact me directly at [email protected]
    Hey, and... don't forget your parsley cause you can't eat your dog after having stolen him from some animal shelter and having drowned him in the Atlantic Ocean.
    Teamwork Software - Stuff That Does Something

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