storagefile Questions

2

The above exception occurs at line await bitmapImage.SetSourceAsync(fileStream); whenever I tried to retrieve image from local file. This is the method I'm using for storing and retrieving the ima...
Unreconstructed asked 16/5, 2015 at 8:8

5

I have image (PNG) files used by my GridView as part of its DataTemplate. If I try to delete a specific object row in my GridView, I would delete the related image file for that row as well. The im...
Misapprehension asked 5/12, 2012 at 7:44

3

Solved

I am in trouble with some issue about FileSavePicker. Is there any solution about saving a StorageFile without showing any popup or dialog to ask user. I want to give the current path of the storag...
Subbase asked 10/3, 2016 at 8:44

3

Solved

I'm struggling with a easy problem. I want to download an image from web using this code: WebRequest requestPic = WebRequest.Create(@"http://something.com/" + id + ".jpg"); WebResponse responsePic...
Varnish asked 6/7, 2012 at 13:31

3

i try whithout success to delete a file in my local storage. Exactly, i took a photo and i want to delete it later with a button for exemple. But when i click on the button, the app bugs and i have...
Cordon asked 20/2, 2013 at 11:18

1

Solved

I have a Windows Metro app written in c#. Here is the code I am using to pick a file from a local music library: FileOpenPicker openPicker = new FileOpenPicker(); openPicker.ViewMode = PickerView...
Ennis asked 13/5, 2013 at 20:0
1

© 2022 - 2024 — McMap. All rights reserved.