Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. @jchd Oh ! Thanks for the clarification
  2. @JohnOne 6 GB DDR3
  3. Hello, I think I have stumbled upon a bug in AutoIt... Helpfile says that it can store 2,147,483,647 maximum bytes of binary data but I get a memory allocation error... Here is my script: #include <FileConstants.au3> Local $hFile = FileOpen(@ScriptDir & '\2 GB.bin', $FO_BINARY) $dData = FileRead($hFile) You can use Dummy File Creator to create a dummy file
  4. @Belini Where do you plug-in your USB? Is that a computer? Does it have windows installed?
  5. And post it in Facebook or Twitter or Google Plus
  6. Simple, Disconnect from the internet ... Although 127.0.0.1 will be still valid IP Address is your ID given by your ISP, you simply can't "hide" it! Its very similar to you Residential Address , If you want to receive your parcel from the courier service, your address is mandatory... likewise if you want to receive data package from the WWW then your IP is mandatory However, you can mask yourself (your IP) with a proxy or such. Remember, anyone can't maintain perfect Anonymity in the WWW, you just need to let go some of your information
  7. @Belini Does the host device (which you connect the USB to.) have windows installed?
  8. Every keyboard has different layout of Special Keys... That is all I know, Sorry
  9. Thanks for the functions , I am going to use the code in my UDF
  10. @mrubin I wasn't aware that the author did not provide the source for the DLL. As for the question regarding "_IE" functions, they are a wrapper for Internet Explorer's COM interface
  11. @Belini Do you have your jukebox program in AutoIt Forums?
  12. Probably a bug in ImageSearch? You need to provide us with code to identify the bug/problem
  13. Before I started AutoIt (Version 3.3.12.0 IIRC)
  14. If you need the default AutoIt Icon, you need to select it The default Icon is located at C:\Program Files (x86)\AutoIt3\Icons TD
  15. Did you populate the Icon field?
  16. 1. Yes, Its hosted here on AutoIt Forums, But the author of ImageSearch seems inactive , You might want to start a new topic and contribute to ImageSearch that way 2. Yes, Its upto the Author of UDF to host it... There is a convenient Downloads feature provided by the forums
  17. Please give us more info... something like Au3wrapper in your script so that we can identify your problem
  18. Ahhh... python... My very first language... which I failed to learn .
  19. @mrider Let me tell you that I am no PRO programmer (a total noob at OOP in that case)!
×
×
  • Create New...