Search the Community
Showing results for tags 'syslistview32'.
-
Hi all, I've been search all around this forum for a solution, but so far haven't been able to find one. So I thought I'd explain it as good as possible and ask here for your views on the issue. Situation: I'm trying to automatically (on first run of a newly installed PC for our customer...
- 2 replies
-
- syslistview32
- syslistview
-
(and 2 more)
Tagged with:
-
I`m having trouble getting items text from SysListView32 control, can anyone confirm is this working for you (windows 7 required): #include <GuiListView.au3> Test() Exit Func Test() if NOT ProcessExists("resmon.exe") then Run("resmon.exe") if WinWait("Resource Monitor", "", 5) = 0 Then MsgBox(0, "...
-
Hi all, When I open Windows Task Manager (ctrl+alt+del) and go to tab "Users" I am quite new to autoit and I want to find out how to do this: I want the program to recognize if there is a user in the "User" column called for example "George". Then the user should be selected and I can write the...