Dumb Question Time

Started by
0 comments, last by Bino 23 years, 1 month ago
How do you put checkboxes in the "main" window of your program or any window other than a Dialog box? Thanks, Bino Edited by - Bino on March 18, 2001 1:44:12 AM
Advertisement
You use the CreateWindow function and specify the class name as BUTTON and the styles as WS_CHILD|BS_AUTOCHECKBOX etc. Just look up the function CreateWindow on MSDN for more flags/class names.

==========================================In a team, you either lead, follow or GET OUT OF THE WAY.

This topic is closed to new replies.

Advertisement