Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - How to get the event of the controls ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to get the event of the controls ?

 Post Reply Post Reply
Author
Message
HMKIM View Drop Down
Newbie
Newbie


Joined: 18 January 2008
Location: Korea, South
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote HMKIM Quote  Post ReplyReply Direct Link To This Post Topic: How to get the event of the controls ?
    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.

 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.