Jump to content

timgames

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by timgames

  1. Is there a faster way to do a string to gzip then this http://www.autoitscript.com/forum/index.php?showtopic=92958 ? is the use of zlib.dll possible?
  2. It doesn't work for me, when I convert it back I get something else then what the input was. first I use the "CreateASCIIBitmap" then it creates a png, and then I convert it back with "BitmapToASCII" and then I get the wrong string back. I might do it wrong? Nevermind I fixed it, it really looks nice
  3. Add a function that will backup your emails and restore them it would be quite handy because I switch OS a lot.
  4. Thanks never knew about that yup exactly what i needed !
  5. When you use the installer what reg keys does it install? I tried to search it but didn't found anything about it.
  6. What do you think about php? I am curently working on a program that uses serial keys etc. This is how i did it: first register to the website and then you get a e-mail with the serial you enter the serial and then you can use the program I use autoit, php and mysql But i am not sure if i will release it here Ps. sorry for my awesome English
  7. yes could you give it to us please aub?
  8. *snip* already found it sorry
  9. (snip) there is a easy way: open up cmd type this copy /b filetohidein.jpg + filetohide.zip newfile.jpg and then open newfile.jpg with winrar
  10. Thanks, now it works perfect
  11. For me it does not work, it says i need "GUIComboBox.au3" and "GDIPlus.au3" I already have the latest beta
  12. Is there also a way to make a horizontal scroll bar?
  13. thanks Zedna, i never worked with GUICtrlCreateObj, but i like it already
  14. Is there anyway to show html pages like it is shown in IE inside a GuiCtrlCreateEdit("")? or is it only possible by opening a IE browser?
  15. Can some one post a new download link? like here: http://download.spreadmaster.net/index.php?page=upload
  16. wow this scripting is so easy!, my first program is half-done lol
  17. Thanks for that fast reply! it is working now!
  18. i want to know if it is posible to get text from a file, i know how to put texst into line1 line2 but i want to have that text from line1 and line2 into two diverent input, GUICtrlCreateInput("here line one", 10, 20, 140, 20) GUICtrlCreateInput("here line two", 10, 20, 140, 20) or is this not posible?
×
×
  • Create New...