How to get the event of the controls ? |
Post Reply |
Author | |
HMKIM
Newbie Joined: 18 January 2008 Location: Korea, South Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 18 January 2008 at 11:26pm |
How to get controls's event on Task Panel ?
I am testing the SearchDLG of the TaskPanel sample.
But there is no way to receive the event of the controls. m_edtFileName.CreateEx(WS_EX_CLIENTEDGE, _T("Edit"), NULL, WS_CHILD|WS_VISIBLE, CRect(0, 0, 0, 20), &m_wndTaskPanel, 0);
pGroup->AddControlItem(m_edtFileName); m_dlgModified.Create(IDD_DIALOG_SEARCH_MODIFIED, &m_wndTaskPanel);
CXTPTaskPanelGroupItem* pItem = pGroup->AddControlItem(m_dlgModified); m_dlgModified.SetItem(pItem); There are controls on the task panel, and the dialogs on the task panel. (like see above sample code).
I want to receive Mouse Click Event of the m_edtFileName. And I want to receive the Event of the controls included in the m_dlgModified dialog ?
I am a beginner, please 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 |