No announcements
Found 1266258 threads
-
0 Votes
[UWP]Distributing Windows Runtime Components in UWP
I could figure out how to pack my UWP custom control.Answered | 4 Replies | 1334 Views | Created by C.J. Santos - Thursday, January 21, 2016 7:14 PM | Last reply by C.J. Santos - Thursday, January 28, 2016 7:02 PM -
0 Votes
[UWP][C++] UWP app + vS13 Windows Runtime components
I would go use VS2015 and rebuild the components to satisfy the requirements for ...Answered | 1 Replies | 897 Views | Created by Minu7 - Monday, August 29, 2016 11:44 AM | Last reply by Andrew7Webb - Monday, August 29, 2016 8:06 PM -
0 Votes
[UWP]Adding a reference to a C++ windows runtime component(Windows 8.1) from a UWP C++ app project
Hi, From what I understand You want to say is that You have a XAML / HTML UWP app and You want to add them as reference to the Windows 8.1 Runtime ...Answered | 3 Replies | 532 Views | Created by Ravi(Microsoft Employee) - Saturday, May 14, 2016 7:33 PM | Last reply by Krunal Parekh - Tuesday, May 17, 2016 7:15 AM -
1 Votes
[UWP][C#]UWP Community Toast Notification can not run in Windows Runtime?
Just change from “public” to “internal” since ToastContent is not a valid Windows Runtime type.Answered | 4 Replies | 866 Views | Created by Nguyen_Thanh_Liem - Thursday, October 13, 2016 12:39 PM | Last reply by Nguyen_Thanh_Liem - Monday, October 24, 2016 12:31 PM -
0 Votes
[UWP]Brokered Windows Runtime Component Windows Phone 10
a brokered windows runtime componet is a bridge to a desktop process.Answered | 1 Replies | 597 Views | Created by Gaetan SNL - Monday, October 17, 2016 11:04 AM | Last reply by Sheng Jiang 蒋晟 - Monday, October 17, 2016 1:47 PM -
0 Votes
How to create Windows Runtime Component in Javascript?
No, Javascript is not supported as a language for Windows Runtime Components "By using the Windows Runtime, you can create ...Answered | 2 Replies | 757 Views | Created by Pallam Madhukar - Wednesday, July 13, 2016 9:29 AM | Last reply by AlexDrenea - Wednesday, July 13, 2016 1:35 PM -
1 Votes
Problems in Windows Runtime Component.
>I'm having some weird issues in my Windows Runtime Component.Answered | 2 Replies | 596 Views | Created by Corona W10 - Monday, December 28, 2015 5:44 AM | Last reply by Fred Bao - Tuesday, December 29, 2015 2:31 AM -
0 Votes
INotifyPropertyChanged in Windows Runtime Component
ObservableCollection was my first choice, but it's not available to Windows Runtime Component.Answered | 8 Replies | 2131 Views | Created by Chunmiao - Tuesday, June 25, 2013 5:21 AM | Last reply by Sachin S - Wednesday, June 26, 2013 11:43 PM -
1 Votes
[UWP]How to compile Windows Runtime Component as .NET Native?
My app is a DirectX game, but my game included a Windows Runtime Component(.winmd).Answered | 3 Replies | 818 Views | Created by Y.H.King - Thursday, February 25, 2016 7:10 PM | Last reply by Boristan - Wednesday, September 21, 2016 2:44 AM -
1 Votes
[C++]DirectX Windows Runtime Component (UWP)
Error RadialGradientBrush is not supported in a Windows Universal project.Answered | 4 Replies | 1087 Views | Created by Agha - Thursday, January 21, 2016 5:00 PM | Last reply by Agha - Tuesday, February 2, 2016 8:24 PM -
0 Votes
[UWP]Brokered WinRT Component in Visual Studio 2015 and Windows 10
I've created a template that can be used for UWP.Answered | 3 Replies | 2085 Views | Created by Ed De - Thursday, May 14, 2015 11:07 PM | Last reply by Lance Contreras - Tuesday, December 1, 2015 6:23 PM -
0 Votes
Adding Version Number to Brokered Windows Runtime Component
The winmd file complies to the ECMA-335 CLI specification , and you can use a number of tools to examine the winmd ...Answered | 2 Replies | 639 Views | Created by JORDAN RTG - Tuesday, February 9, 2016 3:15 PM | Last reply by JORDAN RTG - Wednesday, February 10, 2016 2:01 PM -
5 Votes
[UWP]Could not find Windows Runtime type 'Windows.Phone.UI.Input.HardwareButtons'.
Update the reference of Microsoft Mobile Extension Sdk for UWP from 10.0.240 to 10.0.586.Answered | 10 Replies | 4410 Views | Created by Russty - Sunday, April 17, 2016 5:50 PM | Last reply by Zoxcell - Tuesday, August 16, 2016 1:08 PM -
0 Votes
Using Windows Runtime Component in WPF
Microsoft Certified Professional Microsoft MVP [Windows Server] Datacenter Management Disclaimer: This posting is ...Answered | 2 Replies | 1954 Views | Created by Dhruvesh - Monday, December 30, 2019 10:33 PM | Last reply by Dave Patrick - Tuesday, December 31, 2019 1:43 PM -
0 Votes
LoadResource replacement in C++/CX Windows Runtime Component
Distribution of a Windows Runtime Component includes more than just the DLL; it also needs the .winmd file and typically PRI files and other resources.Answered | 5 Replies | 3018 Views | Created by BullyOwner - Wednesday, May 1, 2013 7:42 PM | Last reply by MikeBMcL - Thursday, May 2, 2013 4:10 PM -
2 Votes
[UWP]Change application theme at runtime
>”Is there any way to change whole application theme at runtime in UWP?”Answered | 2 Replies | 4789 Views | Created by Scaled Assets for Splash Screen in UWP - Tuesday, May 10, 2016 5:29 AM | Last reply by Xavier Xie-MSFT - Wednesday, May 11, 2016 3:14 AM -
0 Votes
[UWP]Crashes when calling C# runtime component in C++ project
It is recommend to use the Windows 10 Application Deployment (WinAppDeployCmd) to deploy a Universal Windows app from a ...Answered | 2 Replies | 691 Views | Created by jasonlansa - Wednesday, June 1, 2016 3:14 AM | Last reply by Amy Peng - Monday, June 6, 2016 2:35 AM -
0 Votes
[UWP][C#][C++/CX] C# app calling Windows Runtime Component written in C++
If I create a new project, it seems to work fine in the case of sample/dummy Runtime Component.Answered | 6 Replies | 2590 Views | Created by ganeshskudva - Thursday, July 28, 2016 4:32 AM | Last reply by SeNS - Tuesday, August 2, 2016 7:24 PM -
0 Votes
[UWP]How to use MAPI & Windows Contacts in UWP
>You could think about making a Brokered Component for your UWP app.Answered | 5 Replies | 1085 Views | Created by Georgezc - Thursday, July 14, 2016 9:22 AM | Last reply by Xavier Xie-MSFT - Wednesday, July 27, 2016 2:40 AM -
0 Votes
[UWP]acces regsitry in windows universal
Maybe, you could try out the Brokered Windows Runtime Components for side-loaded Windows Store apps.Answered | 2 Replies | 1503 Views | Created by asrivastav - Monday, June 13, 2016 7:33 AM | Last reply by Xavier Xie-MSFT - Tuesday, June 14, 2016 2:47 AM - Items 1 to 20 of 1266258 Next ›
No announcements