CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    45

    Editing icons in AppWizard project

    I want to change the icons in my project from those generated by the appwizard - the icon in the top left corner of the mainframe window and the top left of each child window, but if I edit and save the icons and then run my program, they still remain the same. Could somebody please tell me what I'm doing wrong?


  2. #2
    Join Date
    May 1999
    Posts
    42

    Re: Editing icons in AppWizard project

    The wizard generates 32x32 icons and 16x16 icons. Did you change both of them? When the type of problem you describe occurs, it's usually because the person forgot to the the 16x16 icon.


  3. #3
    Join Date
    Apr 1999
    Posts
    45

    Re: Editing icons in AppWizard project

    Thank you!


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