|
-
Jan 27th, 2024, 10:22 AM
#11
Fanatic Member
Re: [VB6] ucShellTree - Full-featured Shell Tree UserControl
 Originally Posted by fafalone
Code:
ElseIf ((nmtvic.uStateNew And TVIS_STATEIMAGEMASK) = &H3000) And (mAutocheck = False) Then
DebugAppend "ItemExclude"
If mExCheckboxes Then
TVEntries(nmtvic.lParam).Checked = False
TVEntries(nmtvic.lParam).Excluded = True
Else
SetTVItemStateImage nmtvic.hItem, tvcsEmpty
End If
Confirmed. These changes resolve the Tri-State-Bug when setting .Checkboxes = True in the code (control properties: Autocheck=false, Checkboxes=false, ExclusionChecks=false)
Tags for this Thread
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
|