Jump to content

Garrett19212

Active Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Garrett19212

  1. Alright I did trial and error and got it to work! What I did was view the source and find the names of the textboxes etc, of what I needed and it worked.
  2. Thanks, i'v got it included and everything but now i'm trying to find out which functions I would use? Can someone point me in the right direction?
  3. No, where can I check that out?
  4. How can I interact with a textbox on a site. Autoit Window Info showed no control. I want to send a string to a textbox on a site without having to click on the textbox so it is active and the | is flashing.
  5. How can I set the length a string into a variable? I want to set the length of the string in the Edit1 control on Internet Explorer. Example, this is what my Edit1 control says. www.test.com My string would equal 12.
  6. Thanks. Works.
  7. $Dim $s[13] Doesn't seem to be working right. Errors out here. For $i = 0 to 13 $s[$i] = "" Next
  8. Thats one of the reasons i'm using control send, I don't want the window to be maximized. (its for a game) And no controls show up.
  9. Sorry i meant alt a. And I need it to click a spot on another window, not on a position on the screen your currently viewing.
  10. I have been usin Controlsend throughout my program, but it doesn't work for sending ctrl a. ControlSend("Warcraft III", "", "", "!{A}") Thats the code that doesn't work. I use other things like ctrl c, ctrl g etc and they all work fine but ctrl a doesn't. So I tried controlclick, but I can't seem to figure out how to make it click a position of the screen, not a control.
  11. I tested it and it seems very buggy, its saying stuff like D, A. But it returns some of the correct file names.
  12. Ill be setting the arrays to the stuff I want, sorta like. $var[1] = "hello" $var[2] = "bye" $var[1][1] = 1 $var[2][1] = 2 I have an array of values and im assigning 1 or 2 to it to dertermine yes or no.
  13. How can I make an array like $i[0][0]
  14. Sigh you still don't understand. I don't want to remove the folders.
  15. How can I detect the sub folders in it, since I don't think folders are a file type...
  16. Bullguard antivirus detects au3 exe's as a trojan. www.bullguard.com is the site.
  17. I mean by, get all the file paths inside of the folder, and use FileDelete on them. So I can avoid deleteing the folder.
  18. Is there anyway I can find the files inside of the folder?
  19. No i'm not trying to hide my tracks. But is there anyway to get all of the files in a folder, and then use FileDelete on them?
  20. He posted same time as me so, incase you missed it.
  21. The error windows gives me is. Cookies is a Windows system folder and is required for Windows to run properly. It cannot be deleted.
  22. Yes, I have tried that but thats where the problem is. I can't delete the folder. Since im cleaning the history, cookies etc, and when you try to delete the folder, windows denies it.
  23. How can I delete all the folders and files in a folder, without deleteing the folder itself.
×
×
  • Create New...