question for tabcontrol |
Post Reply |
Author | |
zinsuda
Newbie Joined: 04 May 2015 Location: korea Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 04 May 2015 at 5:19am |
Hi,
i have question for tabcontrol
XTPSkinManager()->LoadSkin(m_strStylesPath + _T("Vista.cjstyles"), _T("NormalSilver.INI"));
Please have look code part: HBRUSH CTLM_CONFIG1::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
{ HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); if (pWnd->GetDlgCtrlID() == IDC_TAB) { pDC->SetTextColor(RGB(0, 0, 0)); pDC->SetBkMode(TRANSPARENT); HGDIOBJ hObject = ::GetStockObject(NULL_BRUSH);
return (HBRUSH)hObject;
} return hbr; } i want background transperant for tabcontrol
help me please. ioi
have a nice day |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |