|
-
May 20th, 1999, 12:53 PM
#1
disable listctrl checkbox
How can I disable a specific item checkbox from a report style list control.
I'm calling SetItemState with LVIS_STATEIMAGEMASK and It is not working properly.
Please help
-
December 10th, 2004, 01:45 AM
#2
Re: disable listctrl checkbox
I would like to have this ability too.
Anyone got any hint?
-
December 10th, 2004, 03:29 AM
#3
Re: disable listctrl checkbox
You didn't show any code.
 Originally Posted by MSDN
Enables check boxes for items in a list-view control. When set to this style, the control creates and sets a state image list with two images using DrawFrameControl. State image 1 is the unchecked box, and state image 2 is the checked box. Setting the state image to zero removes the check box altogether.
-
December 10th, 2004, 03:36 AM
#4
Re: disable listctrl checkbox
So there is no standard way to disable the checkbox at ListCtrl, since it only has two images: Check and Unchecked.

Got to implement it by ourselves.
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
|