How to get the handle of a dialog |
Post Reply |
Author | |
zjroland
Groupie Joined: 09 December 2006 Status: Offline Points: 42 |
Post Options
Thanks(0)
Posted: 09 December 2006 at 4:27am |
I have a CXTPTabControl control include 2 tabs, each tab have a dialog inside it:
CXTPTabControl m_tabMyTabCtrl;
m_tabMyTabCtrl.Create(WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS,rect,this,IDC_MY_TAB);
m_tabMyTabCtrl.InsertItem(0, _T(" Soft "), handle of dialog1, 0);
m_tabMyTabCtrl.InsertItem(1, _T(" Hard "), handle of dialog2, 0); but I don't know how to get the handle of the dialogs, can anybody help me?
|
|
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 |