Click here to Skip to main content
15,888,301 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Icon problem [modified] Pin
echozeng31-May-06 5:14
echozeng31-May-06 5:14 
Have you changed the function's parameter ,for example ,if you want show the new icon which ID is IDR_NEW on the dialog, you can modify the LoadIcon function .

CTestIconDlg::CTestIconDlg(CWnd* pParent /*=NULL*/)
: CDialog(CTestIconDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CTestIconDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
// modify this sentense m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
m_hIcon = AfxGetApp()->LoadIcon(IDR_NEW);
}

echozeng ----> nose nose i love you
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 
GeneralRe: Inheritance from compiler point of view Pin
NiceNaidu31-May-06 2:55
NiceNaidu31-May-06 2:55 

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.