Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. Hello , I need some advice on tools for creating CHM Documentation (or Help File). I am currently using these 2 tools: 1. HTML Help Workshop 2. Cute Editor for PHP running on local XAMPP installation to generate HTML Files I really need some strong recommendation, I really wonder what The AutoIt Team uses to make wonderful help files TD P.S Don't recommend All in One creators like Help n Doc which require $$$
  2. @Jos So, is it a Green Signal?
  3. @Jos Notice that he edited his post, The original version's line 8: If $TRAYCL01 = -1 Then . TD
  4. Hint: The difference is in line 8
  5. #include <FileConstants.au3> #include <MsgBoxConstants.au3> #NoTrayIcon TRAYCL01() Func TRAYCL01() $TRAYCL01 = FileRead ("4CL01.txt") ; Check if file opened for reading OK If $TRAYCL01 = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf Sleep(300) clipput ($TRAYCL01) Sleep(300) Send("^v") ControlSend("", "", "", ".", 0) EndFunc ;==>FileCreateSpot the difference, TD
  6. Remember, when my topic was locked by smoke_n?
  7. Please read the forum rules, Game Automation is not allowed TD
  8. You might wanna look at my StringTrimRightUntil & StringTrimLeftUntil functions here They are more efficient & simple! TD
  9. StringReverse .-. ?
  10. https://www.autoitscript.com/forum/profile/92636-matrixband/ 92636 must be it, TD
  11. @Melba23 I have picked up my to make a magic number calculator
  12. Hello , I want to know the advantage of using a file handle in functions like FileRead or FileWrite... Maybe a file handle has better speed... Thanks in Advance, TD P.S I am going to sleep after posting this
  13. Thank you all, I decided to store them in an array
  14. @TheSpannish I am not trying to close notepad
  15. Anyway without storing the file handles? P.S Please fix your signature
  16. I want to do this because I have a program which opens certain files randomly, When I delete them, they don't get deleted completely until I close the file's handle... Thanks in Advance, TD
  17. Run("notepad.exe") Processwait ("notepad.exe", 8) ; 8 seconds timeout If Processexists "notepad.exe" then ;DO STUFF Endif If Not Processexists "notepad.exe" then ;DO stuff that tells me that something has failed. EndifRemember, Check the help file every time before you post a question TD
  18. Feature Request: When I F1 an function which I made in my projeckt's mainfile, take me to the function's line... Hope you understood what I said, TD
  19. Software for feeding animal!?
  20. In case if you don't understand JLogan3o13 said, he said that you are violating the forum rules TD
×
×
  • Create New...