Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Not Found Error Message
#1
I use GetListViewItemText function and when I get the error "Window not found" the macro stops.

This function is in the System's folder and cannot be edited.

What are my options to fix this problem?
#2
Before calling GetListViewItemText, make sure that list box handle is not 0.

if(hwnd)
,GetListViewItemText(hwnd ...)
else
,...


Forum Jump:


Users browsing this thread: 1 Guest(s)