Jump to content

meekaah

Active Members
  • Posts

    47
  • Joined

  • Last visited

meekaah's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi, id like to know how to count how many characters there are in an editbox (text box) because i set the limit of characters for the editbox and i want a text in the window be updated with the numbers of characters left to write thanks in advance!
  2. NEVERMIND i just found thanks anyways lol
  3. Hi, i would like to know if its possible to put a progress bar in a status bar i think i saw it somewhere but i dont remember where if someone could help me thanks in advance!
  4. hi, and welcome to the forum, i hope this can help #include <File.au3> Dim $array _FileReadToArray("file.txt",$array) _FileWriteFromArray($path,$array,3,0)
  5. oh and you need the latest autoit version
  6. #include <ScreenCapture.au3> HotKeySet("p", "capture") Func capture() _ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg") EndFunc While 1 Wend
  7. Thanks guys, that did the trick
  8. well, autoit can work with sqlite, mysql, access, mssql... just search the forum
  9. Hi, im creating a virtual keyboard and im having no trouble with any of the keys except for the arrow keys id like to put arrow symbols on the caption of a button, but i just cant... is there a possible way of like using hex codes or something? ive put a little screenshot of the kind of symbol id like to put in the caption of the button in case im not very clear ^^ if anyone has a solution, thanx in advance
  10. why not just store the combo in an INI file instead of register then use iniread
  11. hi, try this ShellExecute("c:\")
  12. yeah i had some problems similar to that... seems just like the script went into a loop it cant leave..
  13. hi, ive read through your script, and u used $Settings[0] and so on, but the data in $Settings[0] is the number of records read into the array. so just start off with $Settings[1] and so on. and you'll be ok oh and watch out you left out a line where we can se the registration code for your software your installing
×
×
  • Create New...