Cake3 dialogless mode for LZH - how to prevent progress bar dialogs
4 views
Skip to first unread message
sml...@gmail.com
unread,
Mar 23, 2009, 10:11:24 AM3/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QuickZipDev
Thank you so much for the Cake3 libraries - they have been a
tremendous help to me in developing a C# .NET application to process a
large number of LZH archives!
One thing that was bothering me was the constant LHMelt progress bar
dialogs that displayed when calling the latest version (2.65d) of
UNLHA32.dll to extract the LHZ archives. After a lot of research and
the help of google to translate the Japanese version of COMMAND.TXT
which comes with UNLHA32, I determined that if I add the '-n1' option
to the list of command arguments in GetExtractCommand() for dialogless
mode in LhaBase.cs, this will prevent the progress dialogs from
displaying.
lycj
unread,
Mar 23, 2009, 1:49:54 PM3/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QuickZipDev
Thanks a lot, I am going to update my source as well.