|
-
Oct 25th, 2019, 02:19 PM
#1
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by Hosam AL Dein
In listview control , when I try to read the hint property of a listview group , the IDE crashes . I have downloaded and re-registered the OCX and replaced the OleGUID files to the latest ones but same problem still happens . I tested this in a fresh-downloaded comctlsdemo project and the result was the same .
I tried to read it by index and key but these were not successful
Code:
Msgbox listview1.groups(1).hint ' failed
Msgbox listview1.groups("SomeKey").hint ' failed
All other properties I have tested for the groups collection are working properly .
Thanks!
It's fixed now.
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
|