CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    how do i associate an icon with an executable?

    i have recently completed a candlepin bowling game and would like to associate an icon with it so that when i give the executable to some else, it will pop up with a certain icon. does anybody know how i would do this?


  2. #2
    Join Date
    Jun 1999
    Posts
    3

    Re: how do i associate an icon with an executable?

    The app needs to have the icon as IDR_MAINFRAME (icon 0) in its resource file. Be sure to give it the 32x32 and 16x16 sizes.

    -Eric Beyeler

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