I want the user to browse for a file.
If you use Select File, the user sees a nice dialog box for browsing to a file, but you can’t modify the dialog box title to tell the user what kind of file you want them to find. For example, I’d like the Select File dialog box title to be “Please locate the blah file…” How is the user supposed to know what file you want them to find?
If you use the Input Dialog activity, you can control the dialog box title, but the user input can only be a text box or drop down.
The only solutions I can find for this issue are:
- Bring up a message box and the Select File at the same time.
- Use the Custom Input activity and try to do the whole thing through an HTML form.