Results 1 to 11 of 11

Thread: Forms

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25

    Forms

    Hello,

    How can i create something like this forms the left form for a menu & the top form?




    Regards
    Kris

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Use an MDI form to hold the menus and the child forms are the ones in the middle. There is a control (not included with VS) that does those Outlook style menuson the left.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25
    Do you know what controls?

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The top is just a toolbar and the left is the outlook style one. I have one that was from a magazine but there are lots out there. Try searching for outlook bar or navigation bar or something like that.

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by wizzard
    Do you know what controls?
    The one on the left can be done exactly with Treeview showing large icons.

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25
    I have a question how can i set the size of a control equal to the size of a form?

    In vb 6 their was the function scaleheight if i'm correct?

    Regards
    Kris

  7. #7
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Set the Dock property to Fill.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25
    Thanks,

    What i don't get when using a treeview for the left menu is the title label in 3d for the MENU. Like on the screenshot.0

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You can use the outlook control here (with source code + help) . Fortunately , it's free of charge .
    http://www.divil.com.uk/net/ .

  10. #10

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25
    Thanks alot!

    That is what i need Great site with some cool controls.

  11. #11
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    sure .

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