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.
Smart Devices Native C++ Development
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.
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.