No announcements
Found 3809659 threads
-
0 Votes
metro style device app for printer
In your screenshot, the OS is retrieving that data using Win32 APIs which are unavailable to Windows Store apps.Answered | 5 Replies | 3084 Views | Created by its_me_here - Wednesday, June 19, 2013 6:59 PM | Last reply by Justin Hutchings [MSFT] - Monday, July 15, 2013 11:51 PM -
1 Votes
Which database to be used in windows8 metro style app?
Have a look at this.Answered | 5 Replies | 1834 Views | Created by nmittal - Tuesday, September 18, 2012 6:51 PM | Last reply by artai168 - Monday, November 5, 2012 3:40 PM -
2 Votes
UI automation tool for metro-style app
We can write a desktop accessibility application to control Metro apps, but how do we do this on Win8 RT (ARM) with a locked down desktop?Answered | 17 Replies | 18709 Views | Created by myang - Monday, September 26, 2011 8:49 AM | Last reply by VeenaU - Thursday, July 26, 2012 5:35 AM -
0 Votes
metro app xaml Autocompletebox?
You might want to look up existing implementations of similar controls for ideas.Answered | 1 Replies | 3624 Views | Created by lmlange - Tuesday, March 6, 2012 6:54 PM | Last reply by Rob Caplan [MSFT] - Wednesday, March 7, 2012 5:02 AM -
3 Votes
c# - update xaml style at runtime in a metro app
I understood your question was how to change a style at runtime, in particular a font from a larger selection which the provided code, and example ...Answered | 9 Replies | 8626 Views | Created by cybergabry - Friday, December 28, 2012 8:25 PM | Last reply by cybergabry - Wednesday, January 9, 2013 11:04 PM -
0 Votes
Metro Style UI for a display template
Hi, According to your post, my understanding is that you want to modify the content search web part’s display templates.Answered | 2 Replies | 3468 Views | Created by kesari - Tuesday, December 3, 2013 6:00 AM | Last reply by Dennis Guo - Wednesday, December 4, 2013 7:46 AM -
1 Votes
Metro app execution cycle?
Based on answers it raised my doubt further :) a) Everywhere i read, Metro apps can be developed using XAML/C# & Html5/js, then ...Answered | 3 Replies | 3421 Views | Created by Manishabb2011 - Wednesday, July 18, 2012 6:50 AM | Last reply by Dino He - Thursday, July 19, 2012 4:50 PM -
1 Votes
Data persistence in Metro apps
Hello piyudani, As far as I know that currently it is not supported for us to directly connect to a database using something like ADO.NET in Metro Style ...Answered | 2 Replies | 2899 Views | Created by piyushadani - Thursday, July 12, 2012 8:37 AM | Last reply by Vicky Song - Friday, July 13, 2012 6:11 AM -
0 Votes
Developing Metro Style Apps
Hi Psy-Chotic, The Visual Studio included in the Windows Developer Preview includes a simulator for Metro style apps.Answered | 1 Replies | 4016 Views | Created by Psy-Chotic - Thursday, January 19, 2012 9:12 PM | Last reply by Rob Caplan [MSFT] - Thursday, January 19, 2012 11:29 PM -
1 Votes
Updatable metro style app
When the App Store update my application, what will happen to the application data?Answered | 5 Replies | 2215 Views | Created by P.Akial - Thursday, March 29, 2012 1:11 PM | Last reply by P.Akial - Wednesday, April 4, 2012 3:46 AM -
4 Votes
How to Terminate Metro Style Apps on Button Click
Windows 8 Process Lifetime Management closes Metro style apps automatically.Answered | 3 Replies | 2760 Views | Created by R.Shankar - Wednesday, June 27, 2012 12:48 PM | Last reply by Rob Caplan [MSFT] - Wednesday, June 27, 2012 3:56 PM -
34 Votes
SQL Database support in Metro Style App?
Technically there are many options to implement data persistence as many of you already mentioned, using custom data storage, any custom open source ...Answered | 33 Replies | 28777 Views | Created by katabuki - Wednesday, September 14, 2011 9:17 AM | Last reply by Dmitry Kim - Thursday, November 22, 2012 10:53 AM -
0 Votes
Google Analytics for Metro Style App
My Windows 8 Store Apps SamplesAnswered | 7 Replies | 4434 Views | Created by Manivelp - Monday, February 6, 2012 7:30 AM | Last reply by saramgsilva - Wednesday, October 24, 2012 7:50 PM -
4 Votes
Can we use IShell in Metro Style app
.), none of which are used in Windows Store apps, and none of which are used for embedding IE as a control.Answered | 5 Replies | 1855 Views | Created by J.S.Murthy - Wednesday, October 10, 2012 8:46 AM | Last reply by Rob Caplan [MSFT] - Tuesday, October 16, 2012 6:49 AM -
1 Votes
How to pin a Metro style app?
You can search for your app (just open Start and start typing), right click on it and select Pin from the menu that shows at the bottom.Answered | 9 Replies | 5272 Views | Created by A Newbie - Thursday, September 15, 2011 9:57 AM | Last reply by Jeff Sanders - Friday, October 14, 2011 12:52 PM -
3 Votes
Windows Metro style apps and Bluetooth
I want to create Windows/Metro app for this device.Answered | 10 Replies | 9588 Views | Created by SeekTryLearn - Wednesday, February 8, 2012 1:48 AM | Last reply by microend - Thursday, September 19, 2013 8:26 AM -
2 Votes
No Metro-style app template in Visual Studio 2012 RC
Which operating system are you running on?Answered | 1 Replies | 6251 Views | Created by tnw - Friday, July 27, 2012 3:03 PM | Last reply by Rob Caplan [MSFT] - Friday, July 27, 2012 3:20 PM -
0 Votes
How to connect db in metro style apps.
For a local database included with your app the recommendation is to use SQLite.Answered | 1 Replies | 1091 Views | Created by Hari01213 - Tuesday, January 29, 2013 8:44 PM | Last reply by Rob Caplan [MSFT] - Tuesday, January 29, 2013 8:55 PM -
0 Votes
localstorage in Metro Style apps
Yes, you can use HTML5 local storage in a Win8 app.Answered | 1 Replies | 3161 Views | Created by FugersonHall - Monday, August 13, 2012 5:54 AM | Last reply by Kraig Brockschmidt [MSFT] - Monday, August 13, 2012 4:07 PM -
0 Votes
UnhandledException/FirstChanceException for Metro style apps?
Philip - there isn't on on the AppDomain for C#/XAML apps, but if you want to use the Application object, there is an UnhandledException event on that object.Answered | 1 Replies | 3247 Views | Created by Philip Wright - Sunday, September 18, 2011 4:26 AM | Last reply by Tim Heuer - Sunday, September 18, 2011 10:43 PM
No announcements