Reputation: 117
I am making an App in which user is required to choose video from Computer; I want to implement this using OpenFileDiaglogue box as we do for C# Windows Apps which is not available for windows 8 app. How can I do it for windows 8 app? Any kinda help is appreciated!
Upvotes: 2
Views: 1079
Reputation: 1697
Rather than the Open File Dialog, you might want to take a look at the File Picker Control.
See this link as an example : http://code.msdn.microsoft.com/wpapps/File-picker-sample-9f294cba
Upvotes: 1