![]() |
TabControl in ATL |
Post Reply
|
| Author | |
Jose Vicente
Newbie
Joined: 02 June 2005 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: TabControl in ATLPosted: 02 June 2005 at 3:09am |
|
Hello.
I'm trying to create a tab control dynamically in a ATL project thas has MFC support. My code to create the control is the following m_TabCtrl.Create ( WS_CHILD, rc, CWnd::FromHandle ( m_hWnd), IDC_TAB ); Althought the tab control is created, the following assert appears: ASSERT((p = pMap->LookupPermanent(m_hWnd)) != NULL || (p = pMap->LookupTemporary(m_hWnd)) != NULL); How can I do to avoid this assert ?? Thanks in advance. Best Regards. |
|
![]() |
|
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 |