Recent content by Richard Yao

  1. R

    How to create a zip file with password?

    I know this needs to be realized through C# codes. I used below ZipFile to create ZIP file. But it does not allow password property. So any idea how to set password for the ZIP file? try { ZipFile.CreateFromDirectory(InputDirectory, ZipFileName); success = true; message = String.Empty; }...
  2. R

    How to send key to a web page text box?

    did you resolve this issue? I want to send a ENTER key to a input box on IE, not able to do that I
Top