CDHtmlDialog KeyUp event

  • Thread starter Thread starter sgrm123
  • Start date Start date
S

sgrm123

Guest
Hi,

In CDHtmlDialog I have many controls. and for every controls I am adding DHTML_EVENT_KEYUP in the EVENT_MAP.

BEGIN_DHTML_EVENT_MAP(CSampleDlg)
DHTML_EVENT_ONKEYUP(_T("Id1"), OnChangeValues)

In CDialog we on_wm_keyup to catch key events for all controls likewise is there any way to handle in CDHtmlDialog().

Thanks.

Continue reading...
 
Back
Top