CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    34

    Icon-maker program

    Each Windows app needs an icon. Many of my Windows apps use icons which I made using a good old faithful icon-maker app which someone wrote and it made 32x32-pixel icons in 16 colors and also could set pixels to be transparent; but it was consigned to the abyss of bygone things when Microsoft removed the Windows "interrupt call" functions 'poke a value to one screen pixel' and 'read one screen pixel'. Please where can I fInd a good icon-maker? Or will I end up having to write one for myself?

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

    Re: Icon-maker program

    The Visual Studio Community edition that you installed has one. Look at the resource editor inside a c++ project (other project types have similar resource editors). The editors are basic, but functional.

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