The text of this article is not in this database — only its details are. Read it on the old site: File Picker In Windows 10 UWP
12 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: File Picker In Windows 10 UWP
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ilker MersinliogluPosted Mar 9, 2017, 9:37 AM
Correction: var stream = await file.OpenAsync(Windows.Storage.FileAccessMode.Read); var image2 = new BitmapImage(); image2.SetSource(stream); image.Source = image2;
Ilker MersinliogluPosted Mar 9, 2017, 9:30 AM
Var stream = await file.OpenAsync(Windows.Storage.FileAccessMode.Read); var image2 = new BitmapImage(); image2.SetSource(stream); image.Source = image2;
Kumaresh RajalingamPosted Feb 19, 2016, 7:57 PM
good one
Kumaresh RajalingamPosted Feb 19, 2016, 7:57 PM
Nice explanation
Sr KarthigaPosted Feb 16, 2016, 10:11 PM
good one
Sr KarthigaPosted Feb 16, 2016, 10:11 PM
Nice explanation
Santhakumar MunuswamyPosted Nov 11, 2015, 8:51 AM
Good one
Vinodh NarayananPosted Nov 8, 2015, 8:04 AM
good one
Gowtham KPosted Nov 7, 2015, 10:15 AM
Good share
Sibeesh VenuPosted Nov 7, 2015, 3:33 AM
Nice Share
Harshad PansuriyaPosted Nov 6, 2015, 11:27 PM
Nice one
Mukesh KumarPosted Nov 6, 2015, 9:12 AM
Good One !