Jump to content

Search the Community

Showing results for tags 'syslistview32'.

  • Search By Tags

    • syslistview32 ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. 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. 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, "...
  3. 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...
×
×
  • Create New...