Hi all
I have seen that there is a folderBrowserDialog but couldn't see one for files .
I should implement one myself or there is something built in ?
Thanks.
Hi all
I have seen that there is a folderBrowserDialog but couldn't see one for files .
I should implement one myself or there is something built in ?
Thanks.
You want the OpenFileDialog
class
This class allows you to check whether a file exists and to open it
There is OpenFileDialog which gives you a file chooser that looks something like this: