Jump to content

techbard

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by techbard

  1. jaberwacky! your solution works for me! Thanks~
  2. Nice work! Thanks~ AlmarM
  3. How about adding import/export text command file? like this... mousemove(0, 0) mousemove(1, 0) mousemove(2, 0) mousemove(3, 0) ... sleep(300)
  4. Hey... Nice Works!!! I'll try it.
  5. Thank you for your effort! I simply tested. But, It doesn't find proper window... How was wrong?
  6. ImageSearch.dll is working on WinVista in my case.
  7. I can't download either. reup plz~~
  8. Hey... How about the FileReadLine Function? like this (from AutoIT Help) $file = FileOpen("c:\file.txt", 0) ; Check if file opened for reading OK If $file = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf ; Read in lines of text until the EOF is reached While 1 $line = FileReadLine($file) If @error = -1 Then ExitLoop MsgBox(0, "Line read:", $line) Wend FileClose($file)
  9. Use $sVar = _IEPropertyGet($oIE, "statustext") for better work?
  10. Wow~~ Cool Thx...
  11. Probably, it means User Define Function...
×
×
  • Create New...