Connecting Tech Pros Worldwide Help | Site Map

MFC Icon

  #1  
Old July 19th, 2005, 06:27 PM
Stew
Guest
 
Posts: n/a
How do I change the default MFC ICON to one of my chosing
in MS Visual C++ 6.0

Thanks

Stew


  #2  
Old July 19th, 2005, 06:27 PM
Aggro
Guest
 
Posts: n/a

re: MFC Icon


Stew wrote:
[color=blue]
> How do I change the default MFC ICON to one of my chosing
> in MS Visual C++ 6.0[/color]

<OT>
It is in the "res" folder in your project folder. Just replace it with
new iconfile (with the same name as the old was). Or select icon from
resourses and redraw it.
</OT>

And ask VC questions in VC newsgroup next time. This group is for
standard C++ only(compiler free area).

See groups under microsoft.public.vc.* hierarchy.

  #3  
Old July 19th, 2005, 06:27 PM
Thomas Matthews
Guest
 
Posts: n/a

re: MFC Icon


Stew wrote:[color=blue]
> How do I change the default MFC ICON to one of my chosing
> in MS Visual C++ 6.0
>
> Thanks
>
> Stew
>
>[/color]

By asking the experts in a Microsoft newsgroup.
Icons are a platform specific issue and not discussed
in this newsgroup, news:comp.lang.c++. For a list
of newsgroups, see the FAQ and Welcome.txt below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
fatal error CVT1100: duplicate resource. type:ICON, name:1, langua Danny Pressley answers 11 November 22nd, 2005 07:30 PM
fatal error CVT1100: duplicate resource. type:ICON, name:1 Danny Pressley answers 0 November 22nd, 2005 06:58 PM
fatal error CVT1100: duplicate resource. type:ICON, name:1, langua Danny Pressley answers 11 July 21st, 2005 11:15 PM
fatal error CVT1100: duplicate resource. type:ICON, name:1 Danny Pressley answers 0 July 21st, 2005 10:45 PM