During the MouseHover event the Item in ListView is easy to get using GetItemsAt(X,Y). How does one obtain the text in a SubItem cell? There is no GetSubItemAt method.
Thanks for any ideas,
--------------------------------
From: Tom Sage
-----------------------
Posted by a user from .N...
more >>
what is wrong?
Public Declare Auto Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As IntPtr, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As LVITEM) As Long
Public Structure LVITEM
Dim mask As Long
Dim iItem As Long
Dim iSubItem As Long
...
more >>
Is there a way to set the checkbox background color? Both in the enable as the disabled state?...
more >>