VB Code:
Dim lstitem As String lstitem = ListView1.ListItems.Item For i = 1 To ListView1.ListItems.Count y = SendMessage(lstitem.hwnd, LB_FINDSTRING, -1, ByVal File1)
I'm not sure if I did this right. I'm wanting to compare vice versa the following:
VB Code:
x = SendMessage(File1.hwnd, LB_FINDSTRING, -1, ByVal ListView1.ListItems.Item)




Reply With Quote