G
Guest
Hi
Can't believe I've not been able to find the answer to this in the on-line
help.
I have a CheckedListBox which, via a timer control, is populated with the
names of files in a network folder. The "check mark" for each item in the
control is determined by the boolean value of a custom property field of the
file. That value is found using microsoft's dsofile.dll class.
That's the background. What's the problem?....there doesn't seem to be any
"checked change" event for the CheckedListBox control. If my user changes the
check mark on one of the items in the CheckedListBox I want to trigger a
procedure to change the value of the file's custom property field
Changing the value is the easy bit, its all written and waiting to
go.....but I can't find a way to trigger the procedure when the check is
changed
Am I missing something ?
Any help would be appreciated
Thanks
Michael Bond
Can't believe I've not been able to find the answer to this in the on-line
help.
I have a CheckedListBox which, via a timer control, is populated with the
names of files in a network folder. The "check mark" for each item in the
control is determined by the boolean value of a custom property field of the
file. That value is found using microsoft's dsofile.dll class.
That's the background. What's the problem?....there doesn't seem to be any
"checked change" event for the CheckedListBox control. If my user changes the
check mark on one of the items in the CheckedListBox I want to trigger a
procedure to change the value of the file's custom property field
Changing the value is the easy bit, its all written and waiting to
go.....but I can't find a way to trigger the procedure when the check is
changed
Am I missing something ?
Any help would be appreciated
Thanks
Michael Bond