Jump to content

pDanil2006

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    Russia

pDanil2006's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello! Can I add a file in archive with password protection? Thanks!
  2. I want find all files on hard drive with mask "test.com" function FileFindNextFile is find files in corrent folder only. How i can find files in all folders and subfolders Thanks!
  3. I write next code: Case $msg [0] = $Start $var = DriveGetDrive( "all" ) For $i = 1 to $var[0] GUICtrlSetData ($Edit1, "Found" & $var[0] & " Drivers") I want something like this: Case $msg [0] = $Start $var = DriveGetDrive( "all" ) For $i = 1 to $var[0] GUICtrlSetData ($Edit1, "Found" & $var[0] & " Drivers") GUICtrlSetData ($Edit1, chr (13) & "next line") But " chr (13) &" construction don't work
  4. Hello! I write a program. I have trubles. I write line to edit component and want write next line below. Question. How to move to a new line? Thanks!
  5. so... I get md5 with help this UDF and with other software. hashs: AutoIT UDF 0x3c0b27e96a095d9d4494ef9e531c1e45 Olther program: 3c0b27e96a095d9d4494ef9e531c1e45 What is 0x? How remove it from hash result?
  6. 1. How do I login to SMTP-server 2. How to attach a file to the letter? thanks!
  7. I've created a GUI. It button. When you press it, nothing happens. How to tie its action "on click" how to attach a second form? GUI designed to Koda Thanks!
  8. hello! FileOpen ( "filename", mode ) ? This feature allows you to open files. And how to create empty TXT files? Please write the code.
  9. not found in the manual function of creating a text file. Please help
×
×
  • Create New...