![]() |
CXTPTabClientWnd Question |
Post Reply
|
| Author | |
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabClientWnd QuestionPosted: 14 August 2006 at 9:32am |
|
Before using CXTPTabClientWnd (great software) I used a class of my own to draw a logo in the client area. I'm sure you've seen this a lot in CMainFrame, for example:
m_wndMDIClient.SubclassWindow(m_hWndMDIClient); Then I can use my class to draw nice logos, tiled backgrounds, whatever. Question How can I draw in the client area of the tab control? Currently it's dark grey, customers want our logo and build information. (Hope this is enough information for you.) |
|
|
Simon HB9DRV
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 August 2006 at 9:45am |
|
Hi,
Override CXTPTabClientWnd and its
void CXTPTabClientWnd::OnFillBackground(CDC* pDC, CRect rc)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 August 2006 at 9:50am |
|
Many, many thanks!
|
|
|
Simon HB9DRV
|
|
![]() |
|
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 |