Quote Originally Posted by Hosam AL Dein View Post
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.