cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Check Boxes in win32 API
Check Boxes in win32 API
Apr 3, 2010 at 8:13am UTC
Timbo1
(91)
Can somebody please tell me how to create a checkbox with win32 API as I can't find it anywhere on the internet. I will need to create it with resource and I tried this
CHECKBOX IDC_CHECKBOX,60,86,100,100, BS_CHECKBOX
But it doesn't work.
Thanks in advance
Apr 3, 2010 at 2:43pm UTC
Lamblion
(642)
AUTOCHECKBOX
""
, IDX_MULTI_1, 169, 22, 10, 10
Apr 3, 2010 at 4:59pm UTC
Timbo1
(91)
Thanks it works
Topic archived. No new replies allowed.