Jump to content

Rob08

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Rob08

  1. Could you be more clear? I have no idea where to begin.
  2. Since I can't use mouse coordinates(the button always changes the position), how can I make a script for selecting "show original"?
  3. Thanks! That's exactly what I was looking for. But could you explain it? I have little knowledge about functions. I don't know what your code does. For example, this line: $iTitle, $iButton = "left", $iClick = 2) Local $hToolbar, $iButCount, $aRect, $hButton, $cID, $i.
  4. How can I make a script for this purpose? I need to select an icon and double click on it. AutoIt Window Info shows: Basic Window Info Class Shell_TrayWnd Basic Control Info class: ToolbarWindow32
  5. Run ("tightvnc-1.3.9-setup.exe") WinWaitActive ("Setup - TightVNC") Send("n") Send("n") Send("{TAB}") Send("n") Send("!n") Send("!n") Send("!n") Send("!n") Send("!i") Sleep (1000) Send("F")
  6. Nevermind. Run ("tightvnc-1.3.9-setup.exe") WinWaitActive ("Setup - TightVNC") Send("n") Send("n") WinWaitActive("Setup - TightVNC") Send("{TAB}") Send("n") Send("!n") Send("!n") Send("!n") ; rest of the code Now it works.
  7. Hey, I'm writing a script for TightVNC based on this tutorial. The problem is I'm stuck in the "Select destination location". Run ("tightvnc-1.3.9-setup.exe") WinWaitActive ("Setup - TightVNC") Send("n") Send("n") Send("n") Send("n") Send("n") Send("n") Send("{ENTER}") I've tried this, but it still doesn't work: Run ("tightvnc-1.3.9-setup.exe") WinWaitActive ("Setup - TightVNC") Send("n") Send("n") WinWaitActive("Setup - TightVNC") Send("{TAB}"); <- This line should fix the problem, but actually it adds "nnn" as you can see below Send("n") Send("n") Send("n") Send("n") Send("{ENTER}") Any ideas, please?
×
×
  • Create New...