CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Transparent Icon

    I want to make the icon background transparent . How?


  2. #2
    Guest

    Re: Transparent Icon

    if you use a tool like Microangelo or VC++ to create your icons then it is very easy to get transparent background color. all you have to do is select the background color from the color pallette. this is usually shown as "teal green in a monitor". now paint the pixels with this color to make them transparent !!!



  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Transparent Icon

    Or, in the code, where you display your Icons, display them in "And" mode. so that White spaces in Icons, appear see thru... This is the mode used by Menu's to paint the ICONS is what MSDN says!!

    RK

  4. #4
    Guest

    Re: Transparent Icon

    thanks.


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