Hi All,
Is there any way to create "X" mark instead of the default tick mark (_/) mark that gets created with the CCheckListBox Control.
Thanks in Advance....
Vittal
Printable View
Hi All,
Is there any way to create "X" mark instead of the default tick mark (_/) mark that gets created with the CCheckListBox Control.
Thanks in Advance....
Vittal
Try overriden the DrawItem function. See in the MFC source for this (WINCTRL3.cpp).
let me know if it works, or if you need more help
Best regards,
Faby
Actually it is the PreDrawItem function you must override. That function takes care of drawing the checkmark in front of the line of text.
Right. Sorry I didn't verify.
Hi Fabi and Daniel,
Thanks for the help...
I will try implementing it.
-Vittal