My program accesses other windows using the WindowObject Class. I can check and uncheck checkboxes by sending a SPACE to it but I am unable to tell if the checkbox is checked or not. The state method doesn't say is checked or not. Is there anyway to tell if its checked?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My program accesses other windows using the WindowObject Class. I can check and uncheck checkboxes by sending a SPACE to it but I am unable to tell if the checkbox is checked or not. The state method doesn't say is checked or not. Is there anyway to tell if its checked?
Hi, Paul,
try sending the checkbos a BM_GETCHECK message.
Last edit: Erich 2021-12-03