Click here to Skip to main content
15,907,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My code:
C++
INT_PTR CMineSheet::DoModal()
{

    AddPage(&m_pageMis);
    AddPage(&m_pageSettings);
    m_pImageListBar = new CImageList();
    m_pImageListBar->Create(IDB_BMP_OUTLOOK_BAR,32, 1, RGB(128, 128, 128));
    SetIconsList(*m_pImageListBar);
    SetLook(CMFCPropertySheet::PropSheetLook_OutlookBar,120);
}


Then, I want modify the size of the outlookbar and the text font, how can I?
Posted

1 solution

oh, use m_wndOutlookBar!!
I See!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900