No announcements
Found 567610 threads
-
0 Votes
Metro + WRL?
There's not a lot of guidance for WRL in the Developer Preview.Answered | 3 Replies | 3555 Views | Created by KeRaiseIrql - Sunday, February 19, 2012 4:54 PM | Last reply by KeRaiseIrql - Tuesday, February 21, 2012 9:26 AM -
0 Votes
custom WRL component creation in C++ metro app
I need to use c++ metro client, not javascript.Answered | 2 Replies | 1745 Views | Created by smooth connection - Tuesday, November 6, 2012 8:43 AM | Last reply by smooth connection - Wednesday, November 7, 2012 7:24 AM -
0 Votes
How to define customer interface in MFT( Media Foundation Transform ), and how to use the customer interface in Metro style App writting with C#
I would like to access custom interface implemented in MFT from C# Metro APP.Answered | 6 Replies | 5144 Views | Created by Janeren Che - Thursday, March 15, 2012 8:20 AM | Last reply by James Dailey - MSFT - Friday, May 18, 2012 9:36 PM -
0 Votes
Consume custom or 3rd party Windows Runtime Component from Desktop Win32 C++ app
forum=winappswithnativecode "Note: Custom WinRT components are only supported in Metro style applications.Answered | 4 Replies | 1548 Views | Created by Jorge Parada - Monday, December 8, 2014 10:21 PM | Last reply by Jorge Parada - Wednesday, December 10, 2014 5:27 PM -
0 Votes
custom COM instance in C++ metro app
Hi, I have a custom COM object I would like to instantiate in my metro app (c++).Answered | 2 Replies | 2474 Views | Created by Gary S. Brown - Thursday, December 6, 2012 6:29 PM | Last reply by Thomy Early - Saturday, January 26, 2013 1:46 PM -
0 Votes
MFCreateMediaSession not supported for Metro apps?
I'm working on a WinRT component in C++.Answered | 11 Replies | 4649 Views | Created by rwalters - Wednesday, April 18, 2012 1:43 AM | Last reply by CuongNC - Tuesday, October 9, 2012 12:21 PM -
6 Votes
Custom fonts for Metro apps
I want to save the text using a custom font.Answered | 24 Replies | 13539 Views | Created by qbobq - Wednesday, September 21, 2011 10:24 AM | Last reply by g3rdi - Wednesday, January 30, 2013 12:29 PM -
0 Votes
C++ Header on Metro Apps
It has a C++ header file that is accompanied by a dll.Answered | 2 Replies | 676 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 -
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 | 683 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
Multi-Threaded synchronization in Metro Apps
You should however consider using the WRL core wrappers like Microsoft::WRL::Wrappers:CriticalSection so you don't accidentally run into a ...Answered | 11 Replies | 9140 Views | Created by Ghostrider-13 - Wednesday, November 2, 2011 4:58 PM | Last reply by Marcus Ilgner - Thursday, June 28, 2012 2:35 PM -
1 Votes
Windows8/Metro apps: possible to install desktop c++/c components during installation?
All the contents of your app (including this component) will need to pass the the App Certification Kit though.Answered | 6 Replies | 4675 Views | Created by P5music - Wednesday, October 5, 2011 8:54 AM | Last reply by P5music - Friday, October 14, 2011 7:36 AM -
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 | 2865 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
Debugging a WinRT Component DLL while running a C# Metro App
I am able to debug both native and managed if I first start my app without debugging, and then attach the debugger with both managed and native selected.Answered | 6 Replies | 6459 Views | Created by Steve Otteson - Tuesday, December 13, 2011 9:28 AM | Last reply by Steve Otteson - Saturday, December 17, 2011 7:43 AM -
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 | 4159 Views | Created by Santana George - Monday, February 20, 2012 1:16 PM | Last reply by Santana George - Wednesday, February 22, 2012 3:57 AM -
1 Votes
LicenseProviderAttribute in Metro Components
It would be very interesting if you can tell us a little more of how to license the use of components (dlls) which target "Portable library" framework in order to solve problems ...Answered | 4 Replies | 2569 Views | Created by Rafaga12 - Thursday, May 31, 2012 10:30 PM | Last reply by agonzalezgaliana - Friday, June 22, 2012 8:04 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 | 1106 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 -
1 Votes
Video SinkWriter in Metro app.
You need to add the appropriate .lib files as additional link options in the RT component project properties.Answered | 10 Replies | 9388 Views | Created by SiavashBD - Monday, July 23, 2012 11:58 AM | Last reply by Eduardo Jimenez Vazquez - Wednesday, July 9, 2014 5:08 PM -
0 Votes
custom components
Refer following link http://blogs.msdn.com/b/windowsappdev/archive/2012/10/15/building-a-custom-control-using-xaml-and-c.aspx Gaurav Khanna | Microsoft VB.NET MVP ...Answered | 2 Replies | 3826 Views | Created by Pankaj Kumar Yadav - Tuesday, December 25, 2012 4:40 AM | Last reply by Pankaj Kumar Yadav - Sunday, January 6, 2013 8:10 AM -
3 Votes
Fail to create an activatable class(from WinRT) instance in JS Metro App
http://msdn.microsoft.com/en-us/library/windows/apps/hh755792(v=vs.110).aspx If you define IRegion as an interface, and Circle and Polygon as sealed ref ...Answered | 6 Replies | 3882 Views | Created by wqter - Thursday, March 8, 2012 4:41 PM | Last reply by wqter - Tuesday, March 13, 2012 6:22 AM -
1 Votes
C++ Metro Library can't be referenced in C# Metro Application ?
Hi, I have to develop a library project for Windows 8 Metro App, which further need to be used with a Windows 8 Metro project developed on any of the ...Answered | 11 Replies | 14149 Views | Created by TheCat666 - Sunday, September 18, 2011 6:33 PM | Last reply by rahuljaiswal - Thursday, March 7, 2013 8:47 AM - Items 1 to 20 of 567610 Next ›
No announcements