The text of this article is not in this database — only its details are. Read it on the old site: OpenFileDialog in Silverlight
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: OpenFileDialog in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
SnakE GAPPosted Sep 26, 2011, 1:25 PM
I need to obtain the directoryPath when I select an image. I can't get the full directory, the message: DirectoryName = 'fileDialog.File.DirectoryName' threw an exception of type 'System.Security.SecurityException'. Can U help me?
Raj KumarPosted Sep 14, 2010, 2:23 AM
When e put a break point on this line, e get the SecurityException error message "Dialogs must be user-initiated." if (dlg.ShowDialog() == true )<o:p></o:p> { } what's this problem all about??
SusanPosted Jan 20, 2009, 9:53 PM
I have been looking everywhere online about setting the initial directory to the openfiledialog object, but all I can find is for winform openfiledialog. There doesn't seem to be a property available to set the initialdirectory like the winform openfiledialog. Is there a way to set the initial directory using windows.controls openfiledialog and NOT windows.form openfiledialog?