CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    China
    Posts
    48

    How to erase backcolor in imagelist?

    Hi,all
    I attached a ImageList to a ToolBar,but the backcolor is still there,
    How do i erase the backcolor in the ToolBar?


    Thank you !

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    have you tryied setting the button's individual's background color. and try setting ImageIndex which you have set to tool bar.

    Paresh
    - Software Architect

  3. #3
    Join Date
    Apr 2003
    Location
    China
    Posts
    48

    where do i set button's individual's background color ?

    does it must change the button's background color at run time ?
    if so, what color would i set it?

    i set the imagelist's trasparentcolor to the imageitem's background color(all items have the same background color),but it didnot take effort.

    why ?


    thank you very much

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