I have a LIST VIEW :
|hWnd | CLASS | CAPTION |
I must SPLIT each Item..
like that:
Code:Dim HWND,CLASS,CAPTION as string x= [LAST ITEM INDEX] For i = 1 to X HWND = line(i).hWnd CLASS = line(i).CLASS CAPTION = line(i).CAPTION Next i [.........]
Cant someone coud help me ??




Reply With Quote