I've recently tried the newest version of WinZip and saw the text and options in the "Zip" file dialog...
How can I do this in C#?
By the way, if you haven't figured it out yet... I am talking about the Vista/7 Open File Dialog.
I would rather have code than a "you take [x] line(s) of code from [this article] to do [this] and figure out the rest yourself". If I could, I would have done that.
I went all Rambo on this and I used the win32 API functions to customize the dialog. Works only when my app runs elevated on Windows Vista or 7.
(Sorry for answering so late, but I forgot about this question...)