Hi all,
I'm using VB viewzip sample code. Normal zip file is OK to be listed. However the error occured when viewing password protected file.
Error code is "No password set" at line "objEntry = strmZipInputStream.GetNextEntry()".
Most archiver such as Winzip can view password protected zip file without password.
Please teach me bypass this error.