Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Include <GuiTab.au3>
- #include <GuiHeader.au3>
- #include <GuiListView.au3>
- $title = "Auto Friend -PRO- [RÐ] v6.6"
- $handle = ControlGetHandle($title, "", "[Class:SysListView32;Instance:1]")
- $count = _GUICtrlListView_GetItemCount($handle)
- For $i = 0 to $count
- $aItem = _GUICtrlListView_GetItemTextArray($handle, $i)
- ConsoleWrite($aItem[1] & @TAB & StringLeft($aItem[5],3) & @CRLF)
- Next
Advertisement
Add Comment
Please, Sign In to add comment