No announcements
Found 2116726 threads
-
0 Votes
[UWP] Mobile StorageFile GetThumbnails not working correctly
I should have mentioned everything works fine on desktop version as this is a UWP app.Answered | 5 Replies | 749 Views | Created by RagBuster - Saturday, October 3, 2015 9:46 AM | Last reply by Fred Bao - Tuesday, October 13, 2015 9:35 AM -
3 Votes
[WP8.1][UWP] Windows 10 Mobile calendar API doesn't work correctly
Those APIs do not work if Outlook Calendar (mobile) app has been suspended on background.Answered | 9 Replies | 1389 Views | Created by Luc Codewalker - Monday, November 2, 2015 12:24 PM | Last reply by kine_ - Monday, December 7, 2015 2:36 PM -
0 Votes
[UWP]How make StorageFile from a given String FilePath?
The picker seems to create a file when it doesn't exist and the token doesn't work if a file gets deleted.Answered | 6 Replies | 14461 Views | Created by elTorito - Tuesday, March 14, 2017 7:43 AM | Last reply by Bleck251 - Tuesday, October 1, 2019 10:47 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 ...Answered | 3 Replies | 1017 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 -
1 Votes
[UWP] Authentication in UWP Application with Azure Mobile Apps
Hi, You can see this sample :) https://code.msdn.microsoft.com/Universal-Windows-app-UWP-b7921d04 Best of luck!Answered | 2 Replies | 1187 Views | Created by Silver Dollar Software - Sunday, January 10, 2016 9:04 PM | Last reply by Chourouk Hjaiej - Tuesday, January 12, 2016 2:44 PM -
0 Votes
[UWP]Does WebRTC work with hosted UWP or JS/C# UWP?
Hello, I am currently working on VoIP UWP application.Answered | 3 Replies | 2724 Views | Created by Thammarith - Saturday, April 23, 2016 3:46 PM | Last reply by yixinran - Sunday, October 9, 2016 9:43 AM -
0 Votes
[UWP] Contents Changed callback not working properly for StorageFileQueryResult.
I test your solution and it works well.Answered | 4 Replies | 541 Views | Created by Adobe Systems Incorporated - Monday, May 28, 2018 12:14 PM | Last reply by Adobe Systems Incorporated - Wednesday, May 30, 2018 9:57 AM -
2 Votes
[UWP]StorageFile ReplaceExisting get "incorret parameter" exception
If i use this code it works fine: StorageFile file=await ...Answered | 3 Replies | 2090 Views | Created by Zach Bublil - Tuesday, March 8, 2016 2:59 PM | Last reply by Sunteen Wu - Thursday, March 10, 2016 6:08 AM -
0 Votes
[UWP] Create a FileStream in UWP
Thanks Roy that obviously works fine!Answered | 2 Replies | 4324 Views | Created by Bocci753 - Monday, July 30, 2018 9:28 AM | Last reply by Bocci753 - Wednesday, August 1, 2018 7:24 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 | 904 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 -
0 Votes
[UWP]SubFolders
See https://blogs.msdn.microsoft.com/wsdevsol/2012/12/04/skip-the-path-stick-to-the-storagefile/Answered | 1 Replies | 593 Views | Created by cablehead - Wednesday, September 28, 2016 3:38 PM | Last reply by Rob Caplan [MSFT] - Wednesday, September 28, 2016 7:13 PM -
3 Votes
[UWP] Fall Creators Update on Windows 10 Mobile
With both target and minimum version are 16299, you can not install the app on the mobile whose version is 15254 and there is no 16299 version mobile system.Answered | 8 Replies | 4070 Views | Created by 9112Fisher - Tuesday, December 26, 2017 4:26 PM | Last reply by cherepets - Wednesday, January 24, 2018 2:43 PM -
0 Votes
[UWP]Knowing what file types to return when setting data provider for StorageFiles
Hi Synergist, In my experience, you could specify StorageFile objects to your DataProviderHandler method.Answered | 1 Replies | 542 Views | Created by Synergist - Friday, April 15, 2016 8:53 PM | Last reply by Xavier Xie-MSFT - Monday, April 18, 2016 9:44 AM -
2 Votes
[uwp] Mobile vs Tablet/PC ads difference ?
When I create Mobile unit and use it on PC it looks like it works.Answered | 4 Replies | 1728 Views | Created by SmartWhy - Friday, March 17, 2017 9:26 AM | Last reply by Shreyas Ganesh - MSFT - Thursday, March 23, 2017 11:35 AM -
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 | 5254 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
[C#][UWP] How to serialize and Deserialize StorageFolder and StorageFile
Hi, I want to serialize/deserialize the StorageFolder and StorageFile object using NewtonSoft.Json but it always gives an error while deserializing.Answered | 3 Replies | 1331 Views | Created by Prashant Srivastava01 - Wednesday, August 30, 2017 7:28 AM | Last reply by Prashant Srivastava01 - Thursday, September 21, 2017 9:10 AM -
0 Votes
[UWP]GPS and Mobile Application
In UWP we can check our location based on the following article: Get current location The Windows.Devices.Geolocation can help us ...Answered | 1 Replies | 613 Views | Created by Nikusha Devashvili - Sunday, April 10, 2016 4:34 PM | Last reply by Barry Wang - Monday, April 18, 2016 10:17 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 | 5557 Views | Created by diltsman - Thursday, October 11, 2012 12:20 AM | Last reply by diltsman - Monday, October 15, 2012 7:03 PM -
1 Votes
[UWP]Handwriting Recognition for Windows 10 Mobile?
But it didn’t work like you said.Answered | 3 Replies | 1737 Views | Created by Vinnie Fusca - Wednesday, January 20, 2016 10:15 PM | Last reply by Xavier Xie-MSFT - Monday, January 25, 2016 7:01 AM -
0 Votes
[UWP]Windows.Storage.BulkAccess works not correctly
Answered | 1 Replies | 834 Views | Created by lzl1918 - Monday, May 4, 2015 10:40 AM | Last reply by Bret Bentzinger - Wednesday, May 6, 2015 8:25 PM - Items 1 to 20 of 2116726 Next ›
No announcements