Skip to content

Reply To: dont jump my mic

#178253

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)