September 16, 2006 at 6:59 am
#178253
BattleStar-Galactica
Member
you dont understand sp trick yet????
here is example
[url]
[/url]
and get listview handle of nicklist something like this one
Dim parent, child, hList As Long
parent = FindWindow("My Window Class", vbNullString)
child = FindWindowEx(parent, 0, "WTL_SplitterWindow", vbNullString)
child = FindWindowEx(child, 0, "WTL_SplitterWindow", vbNullString)
child = FindWindowEx(child, 0, "WTL_SplitterWindow", vbNullString)
child = GetWindow(child, GW_CHILD)
child = GetWindow(child, GW_HWNDNEXT)
hList = FindWindowEx(child, 0, "SysListView32", vbNullString)