Connecting Tech Pros Worldwide Forums | Help | Site Map

MFC Icon

Stew
Guest
 
Posts: n/a
#1: Jul 19 '05
How do I change the default MFC ICON to one of my chosing
in MS Visual C++ 6.0

Thanks

Stew



Aggro
Guest
 
Posts: n/a
#2: Jul 19 '05

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.

Thomas Matthews
Guest
 
Posts: n/a
#3: Jul 19 '05

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