Hi all!
I've written a wrapper class for the common dialogs that uses the API functions to bring upp all the dialogs.
It has a much smaller footprint then the Common Dialog Control provided with VB and it also includes an advanced printer properties dialog and the browse for folder dialog.
It has most of the usefull properties that the control has but it's much easier to use because of two importent things. It doesn't have a flags property but instead the most common flags are pre-set.
The second advantage is that all the ShowXXX methods returns a boolean which is false if the user has pressed the cancel button.
I attached the code which you all are free to use in any matter you might feel fit.
Best regards
