Prashant_611

Hi All,

I want to create DialogBox which should be shown as soon as a checkbaox is checked. Means at the instant of click on checkBox I want to show a dialogBox.

My question is how to get instant event of checking (or click) on checkBox.




Re: Smart Devices Native C++ Development How to create CheckBox to get event instantly

PatickG

You could check the BN_CLICKED event.

You can get this Message through WM_COMMAND or with a control reflection. Depending on you projet typ. In MFC you can use the Dialog Designer to add Eventnotification for a control. Right click on the control and then choose add notification or something like that. I only have the german language installed so i¡¯m not sure what it¡¯s called exactly.