Is there any way to custom the openFileDialog class, I want to sort the files with my own columns instead of the default. I can't inherit from it or fileDialog and I am not gonna redo my own dialog, any one know how to customize it in c#?
If you can't inherit from it (I don't see any members marked as virtual), or the class that it inherits from (FileDialog), then writing your own is the way you'll have to go.
Chip H.
If you want to get the best response to a question, please check out FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.