No announcements
Found 2301211 threads
-
0 Votes
Calling metro app dll function from metro app C# app
http://blogs.msdn.com/b/pfxteam/archive/2011/11/11/how-to-use-c-amp-from-c-using-winrt.aspx Inside your create_async lambda in ...Answered | 4 Replies | 2762 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
How to get subnet mask in native C++ from metro app?
I am facing the exact same issue - I need to get network mask.Proposed | 7 Replies | 11725 Views | Created by henryzhihuizhang - Monday, April 2, 2012 5:57 PM | Last reply by markmnl - Wednesday, May 6, 2015 5:46 AM -
0 Votes
How to get wireless infomation in metro app?
(My app is a desktop app not metro).Answered | 8 Replies | 6021 Views | Created by hot_blood2001 - Tuesday, December 13, 2011 10:26 AM | Last reply by patidarm - Friday, November 9, 2012 7:00 AM -
3 Votes
Using Rx from C++/CX Metro App.
I have this working extension method in C#, how could i replicate it in C++?Answered | 10 Replies | 8078 Views | Created by Tonko - Sunday, August 12, 2012 5:10 AM | Last reply by Kirk Shoop - Tuesday, February 11, 2014 5:16 AM -
0 Votes
C++ Header on Metro Apps
It has a C++ header file that is accompanied by a dll.Answered | 2 Replies | 571 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 -
0 Votes
How to get the displayName of metro app from a desktop app?
As mentioned inAnswered | 3 Replies | 1087 Views | Created by Qian Min - Monday, November 4, 2013 6:16 AM | Last reply by Xiaoliang Chen - MSFT - Thursday, November 7, 2013 1:43 AM -
4 Votes
Calling AMP from within C# Metro app.
Hi LKeene, We just posted a tutorial and a sample on how to use C++ AMP from C# using ...Answered | 6 Replies | 7764 Views | Created by LKeene - Sunday, September 18, 2011 2:57 PM | Last reply by LKeene - Wednesday, December 7, 2011 9:22 PM -
0 Votes
UIAutomation with Metro working in C++ but not in C#
I am trying to do UI automation testing for my metro app also and facing the same problem. if yes, could you please share how did you get it work?Answered | 4 Replies | 3271 Views | Created by isra17 - Tuesday, May 29, 2012 4:06 PM | Last reply by Ijazs - Wednesday, October 3, 2012 7:08 PM -
0 Votes
How to launch another metro app from my own metro app?
If target app supports file activation or protocol activation you can use Launcher class to launch that app.Answered | 2 Replies | 2046 Views | Created by bing_g - Monday, January 14, 2013 3:13 AM | Last reply by bing_g - Tuesday, January 15, 2013 1:31 AM -
0 Votes
Editing audio in a Metro app in C#
For editing you'll want to use C++ and WASAPI or Media Foundation.Answered | 1 Replies | 1016 Views | Created by Cosmic-Soft - Friday, March 15, 2013 3:13 PM | Last reply by Rob Caplan [MSFT] - Saturday, March 16, 2013 1:58 AM -
7 Votes
How to launch Metro IE from Metro App
In the RTM tools the API has changed, for Windows Store metro apps the following code is necessary: using Windows.System; ... /// ...Answered | 3 Replies | 7590 Views | Created by SeiGGy - Friday, September 16, 2011 3:46 AM | Last reply by Code Chief - Thursday, October 25, 2012 11:03 PM -
10 Votes
How to launch a Desktop app from within a Metro app?
To play devil's advocate here... how does your metro app (deployed through the store independent of any desktop apps) know where (or even if) the desktop ...Answered | 11 Replies | 14557 Views | Created by Seff Lu - Thursday, September 22, 2011 5:09 AM | Last reply by jaysonragasa.net - Monday, July 16, 2012 5:37 PM -
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 | 588 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 -
2 Votes
UI design in c++ metro apps
Please refer to UX guidelines for Metro style apps for more details.Answered | 1 Replies | 3484 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 -
0 Votes
Enumerating host addresses from IP address and subnet mask
Convert the mask to a number.Answered | 1 Replies | 3412 Views | Created by JR-2 - Saturday, September 24, 2011 4:33 PM | Last reply by dbasnett - Sunday, September 25, 2011 1:04 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 | 2863 Views | Created by JoaoPauloLeite - Wednesday, March 14, 2012 7:32 PM | Last reply by JoaoPauloLeite - Thursday, March 15, 2012 11:58 AM -
11 Votes
How to capture screen in Metro app??
Does anyone have a usable example of how to do this to a canvas in metro.Answered | 42 Replies | 22695 Views | Created by C.J. Santos - Friday, March 2, 2012 11:11 AM | Last reply by DarkoDam - Thursday, September 12, 2013 10:14 AM -
3 Votes
How to get print setting from V3 GDI driver in Metro App?
It is not possible to do that from a Metro style app.Answered | 5 Replies | 3663 Views | Created by Georgezc - Monday, April 9, 2012 6:54 AM | Last reply by Eric Hanson-MSFT - Monday, April 16, 2012 5:45 PM -
4 Votes
Consume Web Services from Metro Apps C#
By this way, i m able to get data.Answered | 4 Replies | 7596 Views | Created by deepti_M - Tuesday, April 17, 2012 11:32 AM | Last reply by ChristopherRuiz - Monday, December 3, 2012 2:44 PM -
1 Votes
How to Start a external Program from Metro App
<o:p></o:p> "Windows.System.Launcher.LaunchUriAsync(new Uri("</o:p">\\computer\File.ext"));"<o:p></o:p> ...Answered | 10 Replies | 23763 Views | Created by Christian Loth - Thursday, January 26, 2012 8:18 AM | Last reply by Nack1 - Friday, July 19, 2013 4:02 PM - Items 1 to 20 of 2301211 Next ›
No announcements