Click here to Skip to main content
15,867,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
CMFCPropertySheet has a member called m_wndPane1. Following approach also did not work. Button images are jumbled up


C++
m_wndPane1.RemoveAllButtons();
m_wndPane1.ClearAll();


retval=m_wndPane1.AddButton(m_bmpimgs[0], "Create a Job", 10050, 0);
retval=m_wndPane1.AddButton(m_bmpimgs[1], "Manage a Job", 10051, 1);
retval=m_wndPane1.AddButton(m_bmpimgs[2], "Restore a Job", 10052, 2);

m_wndPane1.InvalidateButton(0);
m_wndPane1.InvalidateButton(1);
m_wndPane1.InvalidateButton(2);

Deekonda Ramesh

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 
AnswerRe: CBitmap::LoadBitmap Strange Result From CIMage::Load and CBitmap::Attach Pin
ForNow19-Oct-21 12:10
ForNow19-Oct-21 12:10 
GeneralRe: CBitmap::LoadBitmap Strange Result From CIMage::Load and CBitmap::Attach Pin
Victor Nijegorodov19-Oct-21 21:42
Victor Nijegorodov19-Oct-21 21:42 
GeneralRe: CBitmap::LoadBitmap Strange Result From CIMage::Load and CBitmap::Attach Pin
Richard MacCutchan19-Oct-21 22:32
mveRichard MacCutchan19-Oct-21 22:32 

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.