No announcements
Found 366857 threads
-
0 Votes
StorageFile::GetThumbnailAsync : specifiying length of the shorter side
You can only specify the length of the larger side.Answered | 1 Replies | 1306 Views | Created by Marcus Ilgner - Thursday, January 24, 2013 2:41 PM | Last reply by Prashant H Phadke - Saturday, January 26, 2013 12:34 AM -
0 Votes
Bit Depth with GetThumbnailAsync
Is there some way to set the BitDepth to be lower with GetThumbnailAsync?Answered | 1 Replies | 2315 Views | Created by T-Roth - Tuesday, April 10, 2012 1:27 AM | Last reply by Rob Caplan [MSFT] - Tuesday, April 10, 2012 1:42 AM -
0 Votes
Bind StorageFile to Image source
Hi sameer, I am using GetThumbnailAsync for thumbnails it was ...Answered | 7 Replies | 919 Views | Created by SARVESH.RVN - Monday, January 19, 2015 1:51 PM | Last reply by Herro wong - Tuesday, February 3, 2015 7:58 AM -
0 Votes
getThumbnailAsync failing intermittently
To clarify: getThumbnailAsync occasionally throws an E_PENDING platform exception.Answered | 5 Replies | 995 Views | Created by SpecWin - Friday, February 6, 2015 10:44 AM | Last reply by Jamles Hez - Thursday, February 19, 2015 7:09 AM -
2 Votes
StorageFile Equality on Windows Phone
There is no guaranteed way to compare two StorageFiles for equality on the Phone.Answered | 3 Replies | 697 Views | Created by T Hofmann - Wednesday, April 22, 2015 6:19 PM | Last reply by Rob Caplan [MSFT] - Friday, April 24, 2015 4:41 PM -
1 Votes
Convert Bitmapimage to storagefile
All I need to do is to save first the image from photochooser in storagefile so i can then call the StorageFile file = ...Answered | 2 Replies | 4976 Views | Created by alesta dev - Thursday, January 10, 2013 10:36 AM | Last reply by alesta dev - Wednesday, January 16, 2013 2:03 AM -
0 Votes
Get std::ifstream for StorageFile^
I am working on a class derived from std::basic_streambuf that wraps a StorageFile^, but it is taking more time that I would like.Answered | 6 Replies | 5278 Views | Created by diltsman - Thursday, October 11, 2012 12:20 AM | Last reply by diltsman - Monday, October 15, 2012 7:03 PM -
2 Votes
How to create a 'IWICBitmapDecoder' using 'StorageFile'
ViewMode = PickerViewMode::Thumbnail; openPicker->SuggestedStartLocation = PickerLocationId::PicturesLibrary; openPicker->FileTypeFilter->Append(".jpg"); ...Answered | 12 Replies | 12426 Views | Created by __PB - Tuesday, October 11, 2011 11:52 PM | Last reply by Chris Guzak - Monday, July 23, 2012 5:31 PM -
1 Votes
FilePicker Vs StorageFile
We can create an empty file( eg:Sample.jpg) in pictures folder as follows: StorageFile tmp = await ...Answered | 1 Replies | 1153 Views | Created by its_me_here - Saturday, January 26, 2013 8:25 PM | Last reply by RenaudDumont - Sunday, January 27, 2013 12:16 AM -
1 Votes
How can i calculate the length of a side of a control?
The ball size dosent matter if i make it bigger or smaller i want the control sides to be all the time in the size of the ball sides limit.Answered | 3 Replies | 2458 Views | Created by chocolade - Wednesday, August 4, 2010 5:18 AM | Last reply by GusmanMan - Wednesday, August 4, 2010 11:17 PM -
0 Votes
Convert From StorageFile to Stream Error
OpenAsync(Windows::Storage::FileAccessMode::Read); MyElement->SetSource(stream, file->ContentType); Always have syntax error, any right way to convert a ...Answered | 2 Replies | 4502 Views | Created by Charlie C - Friday, August 3, 2012 4:41 AM | Last reply by Jesse Jiang - Monday, August 6, 2012 8:21 AM -
0 Votes
Metro App StorageFile GetThumbnailAsync Change Background Color
GetThumbnailAsync returns a .bmp or a.png, maybe even other file formats.Answered | 8 Replies | 2540 Views | Created by C0d3l0g1c - Monday, June 10, 2013 12:41 PM | Last reply by xamldeveloper - Thursday, May 28, 2015 6:45 PM -
1 Votes
How to serialize StorageFile and StorageFolder objects for later use ?
There's an example and links to deeper docs in the StorageFile documentation https://docs.microsoft.com/en-us/uwp/api/windows.storage.storagefile Converting to a path won't help since that ...Answered | 3 Replies | 902 Views | Created by JiyaDesai - Thursday, February 1, 2018 2:19 PM | Last reply by Username already in use - Friday, February 2, 2018 4:48 PM -
0 Votes
Converting a DataPackage object into a StorageFile object?
when a file is shared through skydrive using sharecharm, the storageFile contains an exception for properties.Answered | 4 Replies | 2270 Views | Created by vrs762 - Thursday, March 8, 2012 7:21 PM | Last reply by Igneta - Monday, October 21, 2013 1:31 PM -
3 Votes
How to access StorageFile via local uri
I'm using a StorageFile to save a bitmap to the local file system.Answered | 1 Replies | 1548 Views | Created by Stephen Price - Thursday, October 4, 2012 3:11 AM | Last reply by Andrei Marukovich - Thursday, October 4, 2012 4:37 AM -
3 Votes
Uniqueidentifier Syntax (shorter version?)
Is there a shorter version of 'uniqueidentifier' that is syntactically correct?Answered | 6 Replies | 556 Views | Created by thisisfutile1 - Friday, May 12, 2017 3:10 PM | Last reply by thisisfutile1 - Friday, May 12, 2017 8:03 PM -
1 Votes
How to make this algorithm shorter?
My goal here is to waste less memory, to use less timers, and to make the whole algorithm shorter, Advices?Answered | 4 Replies | 459 Views | Created by Dubbioso - Saturday, April 11, 2015 9:27 PM | Last reply by Dubbioso - Sunday, April 12, 2015 12:07 AM -
0 Votes
Set Source of Image using StorageFile using FilePicker
0) { StorageFileAnswered | 1 Replies | 864 Views | Created by RohitrkKUmar - Tuesday, March 24, 2015 11:31 AM | Last reply by Abdulwahab Suleiman - Tuesday, March 24, 2015 10:42 PM -
7 Votes
[WP8.1] Can I set custom thumbnail for StorageFile?
Hi Nikita Bondarenko, As @Victory S said, there is not a method for us to set thumbnail for a StorageFile in Windows Phone 8.1.Answered | 5 Replies | 792 Views | Created by Mykyta Bondarenko - Tuesday, July 7, 2015 2:13 PM | Last reply by Mykyta Bondarenko - Wednesday, July 22, 2015 5:37 AM -
0 Votes
Is there any good way to log file in metro except write storageFile
StorageFile is the way Metro style apps interact with the file system, so you can't really avoid it.Answered | 1 Replies | 2036 Views | Created by simon_liao - Friday, July 13, 2012 3:45 AM | Last reply by Rob Caplan [MSFT] - Friday, July 13, 2012 4:40 AM - Items 1 to 20 of 366857 Next ›
No announcements