|
Free Educational Resource Center for teachers and students. Includes Interviews, Sourcecode, Free Software, Research Papers, Articles, Tutorials and much more.. |
R E S E A R C H A C T I V I T Y . C O M
Our Fellow Research Center for Ph.D Schollars |
|
| Home About Submit & Earn | Archives: C And C + + Programming » Dev Packages » Interviews » Php Mysql Programming » Windows Programming | |
|
Windows Programming > create a checkbox and track check uncheck events
Create a Checkbox and track check/uncheck events
Checkboxes are also created using BUTTON class, the difference is just the style, while creating a push-button we supplied style BS_PUSHBUTTON, but when we need to create a checkbox we supply style BS_AUTOCHECKBOX. See following example and enclosed comments carefully.
|