Search results for query: *

  1. A

    Question Extracting Password-Protected zip files

    .................
  2. A

    Question Extracting Password-Protected zip files

    Hi Everyone, I am trying to make an application that makes zip file and extract zip files. The code below works perfectly, but I need a way to handle password-protected zip files. How Would I do that ? Dim sc As New Shell32.Shell() IO.Directory.CreateDirectory("C:\Dev") Dim output As...
  3. A

    Question Listen for keypress in Maplestory

    Hi, If you have played Maplestory, you know that when you harvest a herb, there is about 5 seconds of delay before you can harvest another herb. And, if the cooldown is not over and you pressed harvest again, it will increase the cooldown a little bit. I'm getting tired of this, because I don't...
Back
Top