CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Piacenza, ITALIA
    Posts
    30

    looking for Icon- or bitmap-library

    Hi there !

    I hope is not totaly off-topic in "AdvancedUI" ....

    I'm looking for a USEFULL library of icons and/or bitmaps for creating toolbars. I'm not a good bitmap-painter and there should be any existing libraries with "standard"- icons/bitmaps ....

    Does someone know a good URL where i can find some ?

    I'm not looking for any desktop-icons (I found thousands of them exploring the web ...)

    Thank You !
    Marco


  2. #2
    Join Date
    May 1999
    Posts
    318

  3. #3
    Join Date
    May 1999
    Posts
    3

    Re: looking for Icon- or bitmap-library

    Why don't you extract all the required standard icons from the icon dlls in the windows\system directory using ExtractIconEx?

    Check it out!


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