Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Time and Date Pin
Hamid_RT9-Jan-08 23:25
Hamid_RT9-Jan-08 23:25 
GeneralRe: Time and Date Pin
Chandrasekharan P9-Jan-08 23:44
Chandrasekharan P9-Jan-08 23:44 
JokeRe: Time and Date Pin
CPallini9-Jan-08 23:52
mveCPallini9-Jan-08 23:52 
GeneralRe: Time and Date Pin
Chandrasekharan P10-Jan-08 0:56
Chandrasekharan P10-Jan-08 0:56 
GeneralRe: Time and Date Pin
CPallini10-Jan-08 1:52
mveCPallini10-Jan-08 1:52 
GeneralRe: Time and Date Pin
David Crow10-Jan-08 2:36
David Crow10-Jan-08 2:36 
QuestionDrawing on a dialog box which is a child of CFormView Pin
Wamuti9-Jan-08 21:43
Wamuti9-Jan-08 21:43 
QuestionRe: Drawing on a dialog box which is a child of CFormView Pin
CPallini9-Jan-08 21:54
mveCPallini9-Jan-08 21:54 
GeneralRe: Drawing on a dialog box which is a child of CFormView Pin
Wamuti9-Jan-08 22:11
Wamuti9-Jan-08 22:11 
GeneralRe: Drawing on a dialog box which is a child of CFormView Pin
CPallini9-Jan-08 22:36
mveCPallini9-Jan-08 22:36 
Questionworking set is larger than virtual bytes? Pin
George_George9-Jan-08 21:41
George_George9-Jan-08 21:41 
AnswerRe: working set is larger than virtual bytes? Pin
David Crow10-Jan-08 2:39
David Crow10-Jan-08 2:39 
GeneralRe: working set is larger than virtual bytes? Pin
George_George10-Jan-08 2:50
George_George10-Jan-08 2:50 
GeneralRe: working set is larger than virtual bytes? Pin
David Crow10-Jan-08 3:34
David Crow10-Jan-08 3:34 
GeneralRe: working set is larger than virtual bytes? Pin
George_George10-Jan-08 3:40
George_George10-Jan-08 3:40 
GeneralLoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Lea Hayes9-Jan-08 21:34
Lea Hayes9-Jan-08 21:34 
GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource [modified] Pin
Nishad S9-Jan-08 22:11
Nishad S9-Jan-08 22:11 
Have you tried LoadImage?

modified on Thursday, January 10, 2008 4:24:50 AM


Sample:

HICON hIcon = (HICON) LoadImage( AfxGetInstanceHandle(), MAKEINTRESOURCE( IDI_ICON1 ), IMAGE_ICON, 48, 48, 0 );
DrawIconEx( dc.m_hDC, 0, 0, hIcon, 0, 0, 0, 0, DI_NORMAL );
DestroyIcon( hIcon );

- NS -
[ODBaseBtn]

GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Lea Hayes9-Jan-08 22:26
Lea Hayes9-Jan-08 22:26 
GeneralRe: LoadIcon 16x16, 32x32, 48x48 multi-icon resource Pin
Nishad S9-Jan-08 22:28
Nishad S9-Jan-08 22:28 
GeneralCBCGPDialogBar question Pin
followait9-Jan-08 21:20
followait9-Jan-08 21:20 
GeneralRe: CBCGPDialogBar question Pin
Mark Salsbery10-Jan-08 7:42
Mark Salsbery10-Jan-08 7:42 
GeneralRe: CBCGPDialogBar question Pin
followait10-Jan-08 16:02
followait10-Jan-08 16:02 
QuestionRead a line from file Pin
nitin39-Jan-08 20:54
nitin39-Jan-08 20:54 
GeneralRe: Read a line from file Pin
Hamid_RT9-Jan-08 21:06
Hamid_RT9-Jan-08 21:06 
GeneralRe: Read a line from file Pin
CPallini9-Jan-08 21:17
mveCPallini9-Jan-08 21:17 

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.