Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Not Found Error Message
#2
Before calling GetListViewItemText, make sure that list box handle is not 0.

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)