Hello,
I use CommonOpenFileDialog to make possible the choice of a folder but the window is not modal, it is possible to swith another window and run actions and I do not want that.
I would like that CommonOpenFileDialog is a modal window, in other word, not possible to swith another window.
How to solve this issue?
Thanks.