No announcements
Found 3422947 threads
-
0 Votes
c++ metro style app localization
I'm developing a windows style app in c++.Answered | 2 Replies | 3291 Views | Created by peterake - Thursday, May 17, 2012 3:17 PM | Last reply by Semi Essessi - Monday, May 21, 2012 10:02 PM -
0 Votes
Execute a Metro Style App from C++ code
According to this thread, the only way to make a desktop app communicate with a metro app (on the same PC) is to use a WCF web service!Answered | 2 Replies | 2940 Views | Created by JoaoPauloLeite - Wednesday, March 14, 2012 7:32 PM | Last reply by JoaoPauloLeite - Thursday, March 15, 2012 11:58 AM -
4 Votes
Directly access driver from Metro style apps
if there is any other sample for the developer to see the flow of instruction from the metro style app to the KMD / UMD driver code.Answered | 11 Replies | 8603 Views | Created by Angela Yan - Tuesday, November 29, 2011 8:36 AM | Last reply by Eric Hanson-MSFT - Friday, September 19, 2014 11:43 PM -
0 Votes
Calling metro app dll function from metro app C# app
In general, you're going to want to use async/await on the C# side of things and return an IAsyncOperation<YourType^>^ from the C++/CX method.Answered | 4 Replies | 2854 Views | Created by Pariksheet - Wednesday, July 25, 2012 2:31 PM | Last reply by Steve Horne - Tuesday, July 31, 2012 12:02 AM -
0 Votes
Use DirectWrite from a C# XAML Metro-style app
Here is a detailed guide how to do that: http://msdn.microsoft.com/library/windows/apps/hh825871.aspx.Answered | 1 Replies | 3937 Views | Created by MarkVincze - Friday, March 9, 2012 7:50 AM | Last reply by MarkVincze - Friday, March 9, 2012 8:00 AM -
1 Votes
wait() function in c++ Metro style app
I grumble that the "Visual C++ Language Reference (C++/CX)" has no link to "Asynchronous programming in ...Answered | 5 Replies | 8165 Views | Created by its_me_here - Wednesday, May 30, 2012 7:00 AM | Last reply by Andrew7Webb - Monday, August 8, 2016 1:42 AM -
1 Votes
Building Hybrid Metro style apps
Hybrid metro style apps and C++ Means that we use HTML 5, CSS3, JavaScript, and C++.Answered | 5 Replies | 3831 Views | Created by me 67 - Saturday, October 15, 2011 7:40 PM | Last reply by Raman Sharma - Sunday, October 23, 2011 9:52 PM -
1 Votes
Metro-Style app "talks" to a standard .exe program
Hi Larry, Because of the security sandboxing of Metro Style apps, you cannot easily communicate between apps.Answered | 1 Replies | 4209 Views | Created by lhigley - Friday, December 2, 2011 10:13 PM | Last reply by Jeff Sanders - Monday, December 5, 2011 12:34 PM -
0 Votes
C++ Header on Metro Apps
Thanks for helping make community forums a great place.Answered | 2 Replies | 670 Views | Created by Raven_Shield - Wednesday, January 20, 2016 8:15 AM | Last reply by May Wang - MSFT - Wednesday, January 20, 2016 2:14 PM -
1 Votes
File download in C++ metro style app
LocalFolder; String^ str = TempFolder->Path; task<StorageFile^>(TempFolder->CreateFileAsync( "Test.txt", ...Answered | 3 Replies | 2998 Views | Created by its_me_here - Friday, May 25, 2012 6:11 PM | Last reply by Dan Ruder - Monday, June 4, 2012 6:41 PM -
0 Votes
Calling C/C++ static library functions from C# code of Windows 8 Metro Style app
Hi, Create a WinRT component and use static lib from compoent.Answered | 1 Replies | 1914 Views | Created by Prem C - Thursday, December 13, 2012 12:18 PM | Last reply by BhashTech - Thursday, December 13, 2012 1:04 PM -
1 Votes
WFP redirection and Metro Style apps
Your LSP solution isn't going to work for Metro style apps, the "bug fix" isn't going to make it any better (it's fixing a related issue but not this ...Answered | 15 Replies | 8380 Views | Created by pb.johnson - Tuesday, March 13, 2012 1:14 PM | Last reply by Bigconnect - Saturday, April 27, 2013 8:36 AM -
5 Votes
Minimal C++ metro style application fails app certification?
Aside from LoadPackagedLibrary, dynamic linking to DLLs in the System32 directory is allowed because there are a number of Windows API functions that can be called ...Answered | 10 Replies | 6075 Views | Created by Thunk Monkey - Tuesday, October 11, 2011 12:00 AM | Last reply by Dan Ruder - Friday, October 14, 2011 6:15 PM -
3 Votes
Metro Style Apps - Games
I found that C# doesnt have any graphics capability hence my choice of C++.Answered | 4 Replies | 2247 Views | Created by Deci Studios - Wednesday, August 15, 2012 4:48 PM | Last reply by nigelwright7557 - Thursday, August 16, 2012 3:53 PM -
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 project does.Answered | 9 Replies | 8857 Views | Created by cybergabry - Friday, December 28, 2012 8:25 PM | Last reply by cybergabry - Wednesday, January 9, 2013 11:04 PM -
2 Votes
starting metro app c#
Thankyou for your response i know you have no time to spend with my cheap questions and i also know that this is very simple to code, but c# is my first programming language which i ...Answered | 7 Replies | 4153 Views | Created by Santana George - Monday, February 20, 2012 1:16 PM | Last reply by Santana George - Wednesday, February 22, 2012 3:57 AM -
2 Votes
Metro style app on the desktop ?
Use VisualStudio 2012 RC, there are project templates avaliable, which builds metro style design....Answered | 5 Replies | 5219 Views | Created by aviatrix - Wednesday, August 8, 2012 10:37 PM | Last reply by Aleksandr Vishnyakov - Friday, May 3, 2013 1:59 AM -
2 Votes
C++ Header on Metro Apps
MFC is not available for UWP apps, so at minimum you'll need to rewrite the UI.Answered | 2 Replies | 677 Views | Created by Raven_Shield - Wednesday, January 20, 2016 8:36 AM | Last reply by Rob Caplan [MSFT] - Thursday, January 21, 2016 6:54 PM -
0 Votes
NearMe metro style app
The Mashup sample at http://code.msdn.microsoft.com/windowsapps/Mashup-Sample-10689f5b demonstrates using the Bing maps control in a Metro style app with HTML & ...Answered | 5 Replies | 3225 Views | Created by Map user - Friday, October 28, 2011 7:23 PM | Last reply by Map user - Friday, October 28, 2011 11:06 PM -
2 Votes
UI design in c++ metro apps
Please refer to UX guidelines for Metro style apps for more details.Answered | 1 Replies | 3638 Views | Created by its_me_here - Monday, May 28, 2012 7:06 PM | Last reply by Robin_Yang - Tuesday, May 29, 2012 3:46 AM - Items 1 to 20 of 3422947 Next ›
No announcements