No announcements
Found 2939513 threads
-
0 Votes
How to receive a shared storage file using the login status in metro app?
page for the app. Now if I open photos from the SNS, I can login inside the metro app. However, ...Answered | 1 Replies | 1499 Views | Created by Bin.Sun - Wednesday, July 18, 2012 9:52 AM | Last reply by MingXu-MSFT - Thursday, July 19, 2012 2:24 PM -
0 Votes
How to download a file using WebView in Metro app
I am writing a simple metro app using WebView where I want to download a file once I tap on a link on the webpage. I ...Answered | 1 Replies | 2565 Views | Created by rsadhu - Wednesday, September 26, 2012 1:19 AM | Last reply by Jesse Jiang - Monday, October 1, 2012 6:12 AM -
0 Votes
Remove local storage file in Metro style app using C#
Hi All, I have downloaded image and store it in my local file path using Storage class. Now i need to remove ...Unanswered | 5 Replies | 6728 Views | Created by Manivelp - Wednesday, January 11, 2012 9:15 AM | Last reply by Rob Caplan [MSFT] - Wednesday, January 18, 2012 5:11 PM -
0 Votes
How to get Metro App status just like Task Manager
In Task Manager, you can see all Metro App status. How can you get the status in c++ program? -
0 Votes
how to receive the Windows Live Messenger's login status?
I can get the Passport login status of a Live user by Windows Live Presence API. But.. Actually I want to doAnswered | 5 Replies | 7030 Views | Created by snowman-ericsong - Thursday, December 27, 2007 6:05 AM | Last reply by Alex van Herwijnen - Wednesday, January 9, 2008 3:46 AM -
0 Votes
How to execute a Metro UI App after login automatically
*This is only my idea, and is not actually tested. 1. Add the function to handle File-Activation intoAnswered | 1 Replies | 1826 Views | Created by Will_Huang - Friday, May 11, 2012 7:19 AM | Last reply by biac - Friday, May 11, 2012 8:02 AM -
0 Votes
Metro App application using Metro App dll
I built a Metro App .exe. I also built a Metro App Dynamic library. My app uses my ...Answered | 1 Replies | 2252 Views | Created by Shafiq2012 - Wednesday, May 2, 2012 10:28 PM | Last reply by Rob Caplan [MSFT] - Thursday, May 3, 2012 1:10 AM -
0 Votes
How to start a Metro App?
Two Questions: 1. How to start a Metro App in desktop App? 2. How to start ...Answered | 1 Replies | 3071 Views | Created by Eric_Zhu - Monday, December 19, 2011 6:47 AM | Last reply by Rob Caplan [MSFT] - Tuesday, December 20, 2011 2:17 AM -
0 Votes
How to open file in Metro App?
I wanna open a picture or music to show users in metro app, is there any way? I found only ...Proposed | 3 Replies | 2163 Views | Created by Roy_Rock - Monday, June 18, 2012 6:59 AM | Last reply by Alejandro Campos Magencio - Tuesday, June 19, 2012 9:04 AM -
0 Votes
How to store file in azure storage file using java
I had created an smb shared folder using azure storage file and i want to access the folder in it using code,I am unable ...Proposed | 2 Replies | 414 Views | Created by patilvishal - Sunday, July 23, 2017 12:55 PM | Last reply by vikranth s - Sunday, July 23, 2017 3:07 PM -
0 Votes
how to determine status of a Metro app is running or suspended? C++
I have a Desktop app checking status of my own Metro app is running or suspended to do something. Does anyone know how ...Unanswered | 1 Replies | 1257 Views | Created by TheSi - Tuesday, November 6, 2012 4:15 AM | Last reply by - Saturday, November 10, 2012 2:52 AM -
0 Votes
In WP7.1 App To windows metro Style App coversion how to change the Panorama UI in WP7.1 to Metro App
HI, I'm using panorama control in WP7.1(Windows Phone 7.1) App. I want conversion to the WP7.1 App ...Answered | 2 Replies | 2529 Views | Created by DhanushJegadeesh - Thursday, April 12, 2012 1:31 PM | Last reply by DhanushJegadeesh - Thursday, April 12, 2012 2:46 PM -
0 Votes
How to get the appID of a metro style app ??
How to run Metro Style App directly in desktop, but I can't find the appid of the metro app.I have ...Answered | 1 Replies | 8401 Views | Created by poplike110 - Friday, April 20, 2012 11:57 AM | Last reply by Mike Dos Zhang - Monday, April 23, 2012 8:37 AM -
0 Votes
Mounting shared storage on a Web App for Containers.
deploy to a Virtual Machine where I could mount the cifs drive. 2. Try ACS (either K8S or Swarm)... would I be able to mount shared ...Unanswered | 1 Replies | 1407 Views | Created by bibby_codes - Thursday, October 25, 2018 2:20 PM | Last reply by Bryan Trach - MSFT - Friday, October 26, 2018 3:16 AM -
0 Votes
How to support Multi-languages in a Metro Styled App
Is there any articles or samples to explain how to support multi-languages in a Metro Styled App. We can add a Resources.resw ...Answered | 1 Replies | 3136 Views | Created by Ever Chen - Wednesday, November 2, 2011 7:34 AM | Last reply by DavidLamb - Thursday, November 3, 2011 4:21 PM -
5 Votes
How to read an XML file using DOM API's in a Windows Metro App in C++.
Hi How can I read an XML file using DOM API's in a Windows metro app, I'm using C++ and couldn't find any ...Discussion | 10 Replies | 7625 Views | Created by Yashpal_S - Monday, July 9, 2012 11:54 AM | Last reply by Rahul V. Patil - Friday, August 10, 2012 6:22 PM -
0 Votes
How get other file icon in metro app?
I want to know how to get other file icon in metro app? thanks!Answered | 1 Replies | 2344 Views | Created by hot_blood2001 - Friday, July 27, 2012 2:01 AM | Last reply by Rob Caplan [MSFT] - Friday, July 27, 2012 4:29 AM -
2 Votes
Write a file using fopen in metro?
We tried to develop a metro style app recently and we need some static lib, but the lib is for desktop mode app. And we found out that it tries ...Answered | 8 Replies | 2523 Views | Created by gsdmzht - Friday, November 9, 2012 8:08 AM | Last reply by gsdmzht - Monday, November 12, 2012 2:14 AM -
0 Votes
How to write a log or text file to the file system in Metro Style App?
Windows.Storage.FileIO.appendTextAsync(file, contents).done( /* Your success and error handlers */ ); Your application will have to request permission ...Answered | 3 Replies | 4050 Views | Created by Louis_PiG - Friday, April 13, 2012 12:24 AM | Last reply by André Krämer - Thursday, June 6, 2013 10:51 AM -
0 Votes
How to use .js file in C# metro app?
How to use .js file in C# metro app? can we include .js file in C# project type? or can we include javascript ...Answered | 1 Replies | 1613 Views | Created by Rohan Churi - Wednesday, September 12, 2012 9:11 AM | Last reply by Usman Ur Rehman Ahmed - Wednesday, September 12, 2012 9:56 AM - Items 1 to 20 of 2939513 Next ›
No announcements