Reputation: 21
I am just getting started on WP apps and my problem is that I need something similar to the OpenFileDialog
, and I have been looking if there is tool like that on window phone and I read there is no tool like the OpenFileDialog.
I do not know if there is anyone that could help with that.
Upvotes: 2
Views: 251
Reputation: 3964
I think you r looking for the Microsoft.Phone.Tasks
namespace.
there is nothing like openFileDialog
or any generic file picker in wp7. But it'd be better to choose CameraCaptureTask
or PhotoChooserTask
for specific tasks.
just go with http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks(VS.92).aspx
Upvotes: 1