Open archive file content in OpenFileDiaolg C#

Posted by Guy on Stack Overflow See other posts from Stack Overflow or by Guy
Published on 2010-05-30T14:14:09Z Indexed on 2010/05/30 14:52 UTC
Read the original article Hit count: 258

Filed under:
|
|
|
|

Hi All,

I want an Open File Dialog with *.class ,*.jar filters. I want that *.jar files will be treated as folders (pressing OK or double-click should display the jar file content [ *.class] ). This capability is very similar to the TotalCommander archive plugin that let you browse inside archive files in-place (without the need to extract them, etc...)

Any ideas how it could be done? Can I use something that is already implemented?

Thanks, Guy

© Stack Overflow or respective owner

Related posts about c#

Related posts about gui