![]() |
CXTPDialogBar::Create is private |
Post Reply
|
| Author | |
rdhd
Senior Member
Joined: 13 August 2007 Location: United States Status: Offline Points: 954 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPDialogBar::Create is privatePosted: 13 August 2007 at 4:00pm |
|
I want to create a CXTPTaskPanel in a class derived from CXTPDialogBar so I overroad the appropriate CWnd::Create method and tried to call CXTPDialogBar::Create.
But CXTPDialogBar declares the Create method as private.
![]() Why is it private?
Is there a better place to create the task panel than say OnInitDialog?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 August 2007 at 1:12am |
|
Hello,
Catch WM_CREATE message instead and create taskpanel in this handler.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |