Page 1 of 1
How Can Common dialogs be extended ?
Posted: Fri Apr 26, 2013 1:58 am
by unixkd
How Can Common dialogs be extended like the one shown below ?
Re: How Can Common dialogs be extended ?
Posted: Fri Apr 26, 2013 3:54 am
by Tom
The XbpFileDialog object references an encapsulated API object, which only provides few properties and methods. It's very hard to extend this. Take a look at this article:
http://www.codeproject.com/Articles/195 ... g-the-easy
There is a link in this article, which points to an older MSDN-article about how to do it. To be honest - I wouldn't.
It may be easier to create an own file dialog. All the functions you need a availabe, Directory() maybe the most important function.