I want to sendmassege to click select check box. I can click buttton but I don't know how to select check box with VC.
Printable View
I want to sendmassege to click select check box. I can click buttton but I don't know how to select check box with VC.
BM_SETCHECK message: http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
CheckDlgButton function
sends a BM_SETCHECK message to the specified button control in the specified dialog box.