Click here to Skip to main content
15,887,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Abuse from Kyle Pin
super_ttd25-Jan-08 23:22
super_ttd25-Jan-08 23:22 
GeneralRe: Hey who are you? Pin
super_ttd25-Jan-08 23:21
super_ttd25-Jan-08 23:21 
GeneralOpenURL() call fails Pin
Lucky the code machine25-Jan-08 4:04
Lucky the code machine25-Jan-08 4:04 
GeneralOT Pin
CPallini25-Jan-08 4:27
mveCPallini25-Jan-08 4:27 
GeneralRe: OpenURL() call fails Pin
Luc Pattyn25-Jan-08 5:46
sitebuilderLuc Pattyn25-Jan-08 5:46 
GeneralPlease Help me with program ICONs Pin
cgb14325-Jan-08 3:27
cgb14325-Jan-08 3:27 
GeneralRe: Please Help me with program ICONs Pin
CPallini25-Jan-08 3:32
mveCPallini25-Jan-08 3:32 
GeneralRe: Please Help me with program ICONs Pin
cgb14325-Jan-08 3:57
cgb14325-Jan-08 3:57 
Visual Studio set up the defaults. and generated the following code. I thought the SetIcon(m_hIcon, FALSE) statement dealt with the small icon.
I just started a new MFC project called Test, edited the icon and see the same behaviour.

CTestDlg::CTestDlg(CWnd* pParent /*=NULL*/)
: CDialog(CTestDlg::IDD, pParent)
{
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}

BOOL CTestDlg::OnInitDialog()
{
CDialog::OnInitDialog();
..
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon

return TRUE;
}
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 4:14
sitebuilderLuc Pattyn25-Jan-08 4:14 
GeneralRe: Please Help me with program ICONs Pin
CPallini25-Jan-08 4:21
mveCPallini25-Jan-08 4:21 
GeneralRe: Please Help me with program ICONs Pin
JudyL_MD25-Jan-08 4:57
JudyL_MD25-Jan-08 4:57 
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 5:59
sitebuilderLuc Pattyn25-Jan-08 5:59 
GeneralRe: Please Help me with program ICONs Pin
Mark Salsbery25-Jan-08 6:23
Mark Salsbery25-Jan-08 6:23 
GeneralRe: Please Help me with program ICONs Pin
JudyL_MD25-Jan-08 7:38
JudyL_MD25-Jan-08 7:38 
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 8:06
sitebuilderLuc Pattyn25-Jan-08 8:06 
GeneralRe: Please Help me with program ICONs Pin
Iain Clarke, Warrior Programmer25-Jan-08 5:41
Iain Clarke, Warrior Programmer25-Jan-08 5:41 
GeneralRe: Please Help me with program ICONs Pin
cgb14325-Jan-08 8:10
cgb14325-Jan-08 8:10 
GeneralActiveX control not working in Mozilla Firefox Pin
trinadh_t25-Jan-08 2:08
trinadh_t25-Jan-08 2:08 
GeneralRe: ActiveX control not working in Mozilla Firefox Pin
Iain Clarke, Warrior Programmer25-Jan-08 2:51
Iain Clarke, Warrior Programmer25-Jan-08 2:51 
GeneralRe: ActiveX control not working in Mozilla Firefox Pin
zengkun10025-Jan-08 3:54
zengkun10025-Jan-08 3:54 
GeneralUsing uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
Benny_Lava25-Jan-08 1:14
Benny_Lava25-Jan-08 1:14 
QuestionRe: Using uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
CPallini25-Jan-08 2:15
mveCPallini25-Jan-08 2:15 
Question[OT] Re: Using uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
David Crow25-Jan-08 2:33
David Crow25-Jan-08 2:33 
JokeOT Pin
CPallini25-Jan-08 3:05
mveCPallini25-Jan-08 3:05 
GeneralRe: OT Pin
David Crow25-Jan-08 3:16
David Crow25-Jan-08 3:16 

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.