|
-
June 28th, 1999, 03:01 AM
#1
CCheckListBox!!!
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
-
June 28th, 1999, 03:31 AM
#2
Re: CCheckListBox!!!
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
-
June 28th, 1999, 05:43 AM
#3
Re: CCheckListBox!!!
Actually it is the PreDrawItem function you must override. That function takes care of drawing the checkmark in front of the line of text.
-
June 28th, 1999, 06:02 AM
#4
Re: CCheckListBox!!!
Right. Sorry I didn't verify.
-
June 28th, 1999, 11:45 PM
#5
Re: CCheckListBox!!!
Hi Fabi and Daniel,
Thanks for the help...
I will try implementing it.
-Vittal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|