![]() |
How to add a FormView to the CXTTabView |
Post Reply
|
| Author | |
liuxuowen
Newbie
Joined: 21 August 2005 Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: How to add a FormView to the CXTTabViewPosted: 21 August 2005 at 8:55pm |
|
I want to add a Formview to the CXTTabView, but it cannot show the Formview dialog. my code: Edited by liuxuowen |
|
![]() |
|
AliRafiee
Groupie
Joined: 06 May 2004 Status: Offline Points: 32 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 September 2005 at 11:29am |
|
One, you have a memroy leak. You new the CVideoPlayerView, and then override the pointer with CreateObject!!!! new or CreateObject, One or the other not both. Have you tried giving your view a size when you create it. Or maybe consider using the alternate AddView AddView(_T("VideoPlayer"),RUNTIMECLASS(CVideoPlayerView)); m_pVideoplay = (CVideoPlayerView *)GetView(0);
Ali |
|
![]() |
|
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 |