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

C / C++ / MFC

 
AnswerRe: c++ code interpreter/debugging tool Pin
Randor 13-Nov-21 3:54
professional Randor 13-Nov-21 3:54 
GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru13-Nov-21 6:01
Calin Negru13-Nov-21 6:01 
QuestionMessage Closed Pin
22-Oct-21 7:10
Member 1496877122-Oct-21 7:10 
AnswerRe: Where to find resource on "how to analyze " system call output Pin
k505422-Oct-21 8:31
mvek505422-Oct-21 8:31 
QuestionChanging the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda20-Oct-21 21:05
rdeekonda20-Oct-21 21:05 
AnswerRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Richard MacCutchan20-Oct-21 22:21
mveRichard MacCutchan20-Oct-21 22:21 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda21-Oct-21 21:47
rdeekonda21-Oct-21 21:47 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Victor Nijegorodov21-Oct-21 22:55
Victor Nijegorodov21-Oct-21 22:55 
In such a case I'd recommend to subclass the CMFCPropertySheet (derive your own class from it) and overload the SetIconsList method. Or better implement the new method (say, ReplaceIcon) that would directly manipulate (remove/add/replace an image) with the m_Icons imagelist.
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda22-Oct-21 6:10
rdeekonda22-Oct-21 6:10 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Victor Nijegorodov22-Oct-21 6:55
Victor Nijegorodov22-Oct-21 6:55 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda24-Oct-21 6:12
rdeekonda24-Oct-21 6:12 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda25-Oct-21 2:31
rdeekonda25-Oct-21 2:31 
Rant[REPOST] Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Richard Deeming20-Oct-21 23:31
mveRichard Deeming20-Oct-21 23:31 
GeneralRe: [REPOST] Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda21-Oct-21 21:59
rdeekonda21-Oct-21 21:59 
GeneralRe: [REPOST] Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Richard MacCutchan21-Oct-21 23:57
mveRichard MacCutchan21-Oct-21 23:57 
QuestionCBitmap::LoadBitmap help Pin
ForNow18-Oct-21 15:55
ForNow18-Oct-21 15:55 
AnswerRe: CBitmap::LoadBitmap help Pin
Victor Nijegorodov18-Oct-21 20:33
Victor Nijegorodov18-Oct-21 20:33 
GeneralRe: CBitmap::LoadBitmap help Pin
ForNow19-Oct-21 1:59
ForNow19-Oct-21 1:59 
GeneralRe: CBitmap::LoadBitmap help Pin
Victor Nijegorodov19-Oct-21 2:50
Victor Nijegorodov19-Oct-21 2:50 
GeneralRe: CBitmap::LoadBitmap help Pin
ForNow19-Oct-21 3:22
ForNow19-Oct-21 3:22 
GeneralRe: CBitmap::LoadBitmap help Pin
Victor Nijegorodov19-Oct-21 5:20
Victor Nijegorodov19-Oct-21 5:20 
GeneralRe: CBitmap::LoadBitmap help Pin
ForNow19-Oct-21 5:32
ForNow19-Oct-21 5:32 
GeneralRe: CBitmap::LoadBitmap help Pin
Richard MacCutchan19-Oct-21 6:41
mveRichard MacCutchan19-Oct-21 6:41 
GeneralRe: CBitmap::LoadBitmap help Pin
ForNow19-Oct-21 6:51
ForNow19-Oct-21 6:51 
GeneralRe: CBitmap::LoadBitmap help Pin
Richard MacCutchan19-Oct-21 8:01
mveRichard MacCutchan19-Oct-21 8:01 

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.