im using Message Cross but it keeps returning 0
had to remove GW_Child
and GWNTEXT
Any ideas why?
Dim lLen As Long
hwnd = FindWindow(“DlgGroupChat Window Class”, WindowTitle)
wtlsplitterwindow = FindWindowEx(hwnd, 0&, “wtl_splitterwindow”, vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, “wtl_splitterwindow”, vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, “wtl_splitterwindow”, vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, “wtl_splitterwindow”, vbNullString)
atldd = GetWindow(wtlsplitterwindow, GW_CHILD)
atldd = GetWindow(atldd, GW_HWNDNEXT)
hWndlvw = FindWindowEx(atldd, 0&, “syslistview32”, vbNullString)
hwnlvew gets to that pont but keeps rteturning 0 cant figure why?
any ideas?
WindowTitle is given the name of the rooom it works up tot the point hndvew then fails contiopsly had to remove gw and hwnnext