CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2009
    Posts
    4

    ??? G O O D H E A V E N S ! What kind of object is this ???

    Please, look this simple form (it is only an example...):

    http://www.mutube.com/wp-content/upl.../snapshot2.jpg

    Look the selection tab with white background (that is the one wich says: "Arrangement, Hiding", .... ): does exists in C# a similar object?

    I've tried with TapControl but it cannot allows to insert images, so I've tried with ListView but result is so poor and not similat to the image...

    Any suggestions?

    Thank you....

  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    ToolstripContainer?

  3. #3
    Join Date
    Sep 2009
    Posts
    4

    Question Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    ToolstripContainer and ToolstripContainerPanel are container of objects..
    How can I create the buttons: "Arrangement, Hiding", ...

  4. #4
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    Add buttons to the toolstripcontainer

  5. #5
    Join Date
    Sep 2009
    Posts
    4

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    I've added ToolStripButton ... but the layout is not so similar as the image...
    For example, when I select an item the background of image must be selected and label must change its font...

    In your opinion, do you think that the image I saw is inherited from standard C# controls?

  6. #6
    Join Date
    Jun 2008
    Posts
    592

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    Code:
    In your opinion, do you think that the image I saw is inherited from standard C# controls?
    No, Kde most definitely used c++. Kde uses Qt which is a cross-platform widget. Qt is written in c++, so no there is no connection to c#.
    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

  7. #7
    Join Date
    Jun 2008
    Posts
    2,477

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    You could easily roll your own control that looks just like that.

  8. #8
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: ??? G O O D H E A V E N S ! What kind of object is this ???

    That layout just screams WPF.

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