




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)



Users browsing this forum: No registered users and 0 guests