How does the PickSingleFileAsync work?
-
Wednesday, January 23, 2013 1:19 AM
HI all,
FYI,Does the panel is Popup?How to control it's shows and hide.And how to make the function return when click the button OK?
- Edited by dugufly Wednesday, January 23, 2013 1:42 AM e
All Replies
-
Wednesday, January 23, 2013 2:38 AMWho can help me
-
Wednesday, January 23, 2013 3:54 AMLook at the Quickstart: Accessing files with file pickers.
-
Wednesday, January 23, 2013 5:47 AM
HI ,
If i want to create a new page over the current page ,I can new it.But if I want to destroy it,how I can do ?
Another question:How to make the function "PickSingleFileAsync " return when click the button OK
- Edited by dugufly Wednesday, January 23, 2013 5:52 AM e
-
Thursday, January 24, 2013 7:42 AMModerator
Hi,
As far as I know, we cannot customer the file pickers. Like use the file pickers in a popup control.
http://msdn.microsoft.com/en-us/library/windows/apps/hh465182.aspxBut we can achieve this collect the files first, and then display it in our control.
We can follow this sample to collect files
Folder enumeration sample
http://code.msdn.microsoft.com/windowsapps/Folder-enumeration-sample-33ebd000Best regards,
JesseJesse Jiang
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Thursday, January 24, 2013 7:57 PM


