hello, i have a problem with stop function.
Why does not... switch GUIGetMsg()
Thanks
Why does not... switch GUIGetMsg()
Thanks
[ autoit ]
For $i = 0 To _GUICtrlListView_GetItemCount($ListView1) $actual = _GUICtrlListView_GetItem($ListView1, $primul_listview,0) _IENavigate($oIE, $actual[3], 1) sleep(1000) Switch GUIGetMsg() _IEAction($oIE, "stop") EndSwitch Next