how to get data from taskpanel ? |
Post Reply |
Author | |
compvis
Groupie Joined: 07 March 2008 Location: Vietnam Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 03 June 2008 at 10:20pm |
Hello,
In samples: "\Codejock Software\MFC\Xtreme ToolkitPro v11.2.2\Samples\TaskPanel\TaskPanel". In "Search" dialog:
I have a question: How to get data from controls as edit box, combo box and handle events of radio button ?
thanks !
|
|
I love ToolkitPro, Suite Pro ! Thanks Codejock !
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Send request to support@codejock.com we will create sample for you.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
compvis
Groupie Joined: 07 March 2008 Location: Vietnam Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi Oleg, i have sent my request to support@codejock.com ! Hopefully i will receive your help !
Thanks
|
|
I love ToolkitPro, Suite Pro ! Thanks Codejock !
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
In sample add
BEGIN_MESSAGE_MAP(CTaskPanelDlg, CDialog)
//{{AFX_MSG_MAP(CTaskPanelDlg) ON_WM_SIZE() ON_WM_ERASEBKGND() ON_WM_CTLCOLOR() ON_BN_CLICKED(IDC_RADIO2, OnRadio) //}}AFX_MSG_MAP END_MESSAGE_MAP() and
void CTaskPanelDlg::OnRadio()
{ }
now when you click Within the last week this method will be executed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |