Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Icon problem [modified] Pin
Hamid_RT31-May-06 1:57
Hamid_RT31-May-06 1:57 
GeneralRe: Icon problem [modified] Pin
Anu_Bala31-May-06 2:01
Anu_Bala31-May-06 2:01 
GeneralRe: Icon problem [modified] Pin
Hamid_RT31-May-06 2:06
Hamid_RT31-May-06 2:06 
GeneralRe: Icon problem [modified] Pin
_anil_31-May-06 2:11
_anil_31-May-06 2:11 
AnswerRe: Icon problem Pin
Michael Dunn31-May-06 2:00
sitebuilderMichael Dunn31-May-06 2:00 
AnswerRe: Icon problem [modified] Pin
Sarath C31-May-06 2:05
Sarath C31-May-06 2:05 
GeneralRe: Icon problem [modified] Pin
Anu_Bala31-May-06 2:30
Anu_Bala31-May-06 2:30 
AnswerRe: Icon problem [modified] Pin
NiceNaidu31-May-06 2:10
NiceNaidu31-May-06 2:10 
1.Copy the Icon,which u want to assign to res folder of u r application.Follow these steps

2.if u r using VC6 ,In the project click on File->Open,then change the Open As option to Text and open the .rc file of u r application.
if u r using Vc7 , right click on .rc file and open as Text file

3.Replace the
IDR_MAINFRAME ICON DISCARDABLE "res\\OldIcon.ico"
with
IDR_MAINFRAME ICON DISCARDABLE "res\\NewIcon.ico"

I have tested this.

Here it is working fine.



Appu..
"If you judge people, you have no time to love them."
AnswerRe: Icon problem [modified] Pin
echozeng31-May-06 5:14
echozeng31-May-06 5:14 
QuestionDisable warning [modified] Pin
big_denny_20031-May-06 1:47
big_denny_20031-May-06 1:47 
AnswerRe: Disable warning [modified] Pin
NiceNaidu31-May-06 1:56
NiceNaidu31-May-06 1:56 
AnswerRe: Disable warning [modified] Pin
Cedric Moonen31-May-06 1:56
Cedric Moonen31-May-06 1:56 
AnswerRe: Disable warning Pin
Michael Dunn31-May-06 1:59
sitebuilderMichael Dunn31-May-06 1:59 
AnswerRe: Disable warning [modified] Pin
James R. Twine31-May-06 4:48
James R. Twine31-May-06 4:48 
AnswerRe: Disable warning [modified] Pin
echozeng31-May-06 5:17
echozeng31-May-06 5:17 
GeneralRe: Disable warning [modified] Pin
toxcct31-May-06 21:30
toxcct31-May-06 21:30 
QuestionTracing the IP of a spoofer Pin
Grimes31-May-06 1:46
Grimes31-May-06 1:46 
QuestionRe: Tracing the IP of a spoofer Pin
David Crow31-May-06 5:21
David Crow31-May-06 5:21 
GeneralRe: Tracing the IP of a spoofer Pin
Grimes31-May-06 7:28
Grimes31-May-06 7:28 
QuestionRe: Tracing the IP of a spoofer Pin
David Crow31-May-06 7:53
David Crow31-May-06 7:53 
GeneralRe: Tracing the IP of a spoofer Pin
Grimes31-May-06 8:16
Grimes31-May-06 8:16 
GeneralRe: Tracing the IP of a spoofer Pin
David Crow31-May-06 8:35
David Crow31-May-06 8:35 
QuestionInheritance from compiler point of view Pin
NiceNaidu31-May-06 1:32
NiceNaidu31-May-06 1:32 
AnswerRe: Inheritance from compiler point of view Pin
toxcct31-May-06 2:26
toxcct31-May-06 2:26 
AnswerRe: Inheritance from compiler point of view Pin
Steen Krogsgaard31-May-06 2:30
Steen Krogsgaard31-May-06 2:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.