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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -