C
cmh
I would think this should be easy to do, but I'm just switching to C# after
10 years in Java and havent figured out where everything is yet.
In my C# project, I need to allow the user to select a filename from the
filesystem. This all works fine and is implemented, except with one small
problem.
The file I select will always already be opened by another app. So I don't
want the dialog to actually open then file when someone clicks ok (then I get
the file already in use error), I just want it to return the filename.
Can I do this with the common file dialog?
Any help would be appreciated...
- cmh
10 years in Java and havent figured out where everything is yet.
In my C# project, I need to allow the user to select a filename from the
filesystem. This all works fine and is implemented, except with one small
problem.
The file I select will always already be opened by another app. So I don't
want the dialog to actually open then file when someone clicks ok (then I get
the file already in use error), I just want it to return the filename.
Can I do this with the common file dialog?
Any help would be appreciated...
- cmh