CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Location
    Netherlands, The
    Posts
    2,184

    getting icon from exe

    Hi i want to get the icon from an executable. How do i do this? do ineed to read the resource section table? thanks.

  2. #2
    Join Date
    Jul 2008
    Posts
    38

    Re: getting icon from exe

    Read up on this:

    ExtractAssociatedIcon
    http://msdn.microsoft.com/sv-se/libr...us,VS.85).aspx

    it should fit your needs.
    Title: Subject: Read subject of title.

  3. #3
    Join Date
    Aug 2005
    Location
    Netherlands, The
    Posts
    2,184

    Re: getting icon from exe

    thank you.. it worked

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