c# - How to cheat the windows Browse dialog? -


I have an application where I use windows browse dialog to select the file from the file system. The application is written in C #, Silverlight is my requirement that when I select a particular file from this dialogue, then the user should be restricted to only selecting one set of files with a specific extension. I have achieved it and only lists those files in the list whose extensions I allow. I am trying to choose the file with a different extension to the user to allow it in any way. Is there a way to choose a file from this dialogue other than this permission? Any user hacks?

PS: I do not want to change any code. I need this for testing purposes with the intention of breaking the functionality.

There is a very easy way: the user can simply enter * in the file name box. * can type and it will look at all the files.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -