Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. Please povide me a nice and simple example script. Thanks in Advance
  2. Oops sorry, i mistakenly pressed enter, wait while i update it Edited it
  3. Every-time when I use this UDF its not working with some passwords with CALG_USERKEY specified, what are the measures needed to encrypt a file without any errors... Thanks in Advance
  4. As always GREAT explanation Melba23, I was looking for this Intel
  5. Thanks, Will Check
  6. Hello, I am a total NOOB in programming, I don't have any idea about ActiveX/COM objects. Please briefly explain about them in noob friendly language, if possible you can post some reference links Thanks in Advance!
  7. Looks like he is a noob (Just like me )
  8. Func FuntionName() For $i = 1 To UBound($yourArray) - 1 GUICtrlSetData($ListHandle, $yourArray[$i]) Next EndFunc ;Run this function whenever needed
  9. Something that Jon should see
  10. Thanks! Next time I will check the documentation before I ask any question
  11. How to set a background image without hiding all element in the GUI?
  12. Try this RunWait(@ComSpec & " /c " & "firefox.exe -no-remote -P myProfile")
  13. I think its hard, but i am gonna continue my research
  14. I am a little sceptical now
  15. Let me explain the problem first: I have a program which packs some .docx files into a .my_docs file (Created with 7za.exe and encrypted with _Crypt_EncryptFile funtion). Now I want the list of .docx files inside .my_docs file..... Can I add the list of .docx files to .my_docs without effecting the 7zip archive? (Don't tell to "Extract the files to the temp folder and use _FilelistToArray Funtion" to get the list of files b/c the archive is extremely big [~900 MB])
  16. I want to develop programs for both linux & windows as autoit only supports only windows
  17. i tried download this >UDF, I will check out your UDF later
  18. Hi, I am looking for a new programming language to learn, I found AutoIt the most suitable programming language for me (AutoIt FTW), any (very) similar languages to AutoIt?
  19. No, i tried searching 7 zip in forums but no useful results, Dll Tutorial is too complex & 7 zip udf's download link is broken
  20. I am having a hard time with DllCall Function, Can anybody provide me a example?
  21. Hello, I am still learning to program in autoIt I want to use 7z.dll in one of my programs and I don't how to use it..... I want to compress a folder, can somebody give me a example? (I posted this question here because I don't know for wan't to search in google but I tried "How to use dll" & "How to use dll in autoit" that did'nt work)
  22. Are all scripts decompilable? (If yes, will it return the exact source including comments?)
×
×
  • Create New...