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

C / C++ / MFC

 
AnswerRe: Message Handler without the window Pin
Nibu babu thomas24-Apr-06 16:52
Nibu babu thomas24-Apr-06 16:52 
AnswerRe: Message Handler without the window Pin
Michael Dunn24-Apr-06 20:21
sitebuilderMichael Dunn24-Apr-06 20:21 
QuestionHow to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 10:58
mrby12324-Apr-06 10:58 
AnswerRe: How to use the pointer and new for two dimensional array Pin
Michael Dunn24-Apr-06 12:27
sitebuilderMichael Dunn24-Apr-06 12:27 
GeneralRe: How to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 12:54
mrby12324-Apr-06 12:54 
GeneralRe: How to use the pointer and new for two dimensional array Pin
Michael Dunn24-Apr-06 13:38
sitebuilderMichael Dunn24-Apr-06 13:38 
GeneralRe: How to use pointer and new for two dimensional array Pin
mrby12324-Apr-06 12:58
mrby12324-Apr-06 12:58 
AnswerRe: How to use the pointer and new for two dimensional array Pin
Joe Woodbury24-Apr-06 12:59
professionalJoe Woodbury24-Apr-06 12:59 
GeneralRe: How to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 13:08
mrby12324-Apr-06 13:08 
GeneralRe: How to use the pointer and new for two dimensional array Pin
Joe Woodbury24-Apr-06 13:23
professionalJoe Woodbury24-Apr-06 13:23 
QuestionHow to use the pointer and new for two dimensional array Pin
mrby12324-Apr-06 10:55
mrby12324-Apr-06 10:55 
Questionhow to make a English to French translator? Pin
tBoai24-Apr-06 10:26
tBoai24-Apr-06 10:26 
AnswerRe: how to make a English to French translator? Pin
Joe Woodbury24-Apr-06 10:44
professionalJoe Woodbury24-Apr-06 10:44 
AnswerRe: how to make a English to French translator? Pin
Maximilien24-Apr-06 15:17
Maximilien24-Apr-06 15:17 
QuestionWindows Image Acquisition Problems Pin
allenmpcx24-Apr-06 9:59
allenmpcx24-Apr-06 9:59 
QuestionQuestion about increment a Void* pointer Pin
Nacho Chip24-Apr-06 9:37
Nacho Chip24-Apr-06 9:37 
AnswerRe: Question about increment a Void* pointer Pin
Joe Woodbury24-Apr-06 10:05
professionalJoe Woodbury24-Apr-06 10:05 
GeneralRe: Question about increment a Void* pointer Pin
Nacho Chip24-Apr-06 10:13
Nacho Chip24-Apr-06 10:13 
GeneralRe: Question about increment a Void* pointer Pin
Joe Woodbury24-Apr-06 10:22
professionalJoe Woodbury24-Apr-06 10:22 
AnswerRe: Question about increment a Void* pointer Pin
bujji_bec24-Apr-06 21:42
bujji_bec24-Apr-06 21:42 
AnswerRe: Question about increment a Void* pointer Pin
Stephen Hewitt24-Apr-06 21:43
Stephen Hewitt24-Apr-06 21:43 
AnswerRe: Question about increment a Void* pointer Pin
Rilhas25-Apr-06 8:11
Rilhas25-Apr-06 8:11 
Questionset icon for a CButton Pin
venadder24-Apr-06 9:07
venadder24-Apr-06 9:07 
AnswerRe: set icon for a CButton Pin
Naveen24-Apr-06 17:16
Naveen24-Apr-06 17:16 
AnswerRe: set icon for a CButton Pin
Hamid_RT24-Apr-06 19:48
Hamid_RT24-Apr-06 19:48 
HICON hicon=(HICON)LoadImage(
AfxGetApp()->m_hInstance, MAKEINTRESOURCE(IDR_AnswerTYPE),IMAGE_ICON, 48, 48, LR_DEFAULTSIZE);

m_Button1.SetIcon(hicon);
and you need to set icon in property window from your button to true.

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.