No announcements
Found 1534043 threads
-
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 -
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 -
0 Votes
Windows Runtime Component with XAML resources incorrectly built.
1) Create a (C++/CX) "Windows Runtime Component" (let's say "MyComponent") add a namespace call it "XamlStuff" with a ...Discussion | 2 Replies | 1841 Views | Created by Sobrino Eduardo - Thursday, March 14, 2013 9:53 AM | Last reply by Sobrino Eduardo - Thursday, March 14, 2013 10:22 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 -
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 -
1 Votes
Loading XAML at runtime
Hi jmdeb, Here is a sample about how to Load Xaml at runtime you can refer to: 1.test.xaml file( Location ...Answered | 2 Replies | 4263 Views | Created by jmdeb - Thursday, March 14, 2013 5:59 PM | Last reply by jmdeb - Tuesday, March 19, 2013 12:11 PM -
1 Votes
XAML in runtime
Hi, Yes you can view XAML at runtime/debugtime.Answered | 1 Replies | 1140 Views | Created by BahmanRashidi - Tuesday, July 2, 2013 11:37 AM | Last reply by Rajnikant Rajwadi - Tuesday, July 2, 2013 12:17 PM -
1 Votes
[XAML] Windows Runtime app
Just give the TextBlock and the TextBox x:Names in the XAML markup to be able to reference them in your code: <TextBlock x:Name="tblock" ...Answered | 5 Replies | 567 Views | Created by Shubham Kamble - Sunday, December 13, 2015 3:22 PM | Last reply by Fred Bao - Monday, December 21, 2015 7:12 AM -
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 -
0 Votes
[UWP]Distributing Windows Runtime Components in UWP
I started a new WRC project using C# and XAML.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 -
1 Votes
[WPSL][C++]linking to C++ library in a Windows Phone Runtime Component
>Did you have a link that have a explicite exemple for the "c++ source code as .lib You could create static library for window phone 8/8.1 silverlight app, see ...Answered | 1 Replies | 518 Views | Created by Math.DS - Thursday, April 30, 2015 9:38 AM | Last reply by Franklin Chen - Friday, May 1, 2015 7:10 AM -
0 Votes
Xaml in Runtime
You could also consider creating a XmlReader and then passing that to XamlReader.Load: //currently, the easiest way to load XAML from a file is to start with ...Answered | 2 Replies | 3663 Views | Created by satish1.v - Wednesday, January 21, 2009 1:11 AM | Last reply by Rob Relyea - MSFT - Wednesday, January 21, 2009 1:30 PM -
0 Votes
Xaml Resources in C++
WPF's pack URI scheme is built on top of those resource management APIs, so that you will get caught by it when it comes to use pack URIs with "application" authority.Answered | 6 Replies | 4417 Views | Created by globbe - Tuesday, May 27, 2008 4:17 AM | Last reply by globbe - Tuesday, June 3, 2008 6:56 AM -
0 Votes
Runtime WF from XAML
I assume you are doing hosting of some kind of network service, so I would first suggest you might perhaps benefit from some learning about Windows Server AppFabric, which ...Answered | 1 Replies | 4222 Views | Created by pmbsa - Friday, January 28, 2011 6:19 AM | Last reply by Tim Lovell-Smith - Monday, January 31, 2011 2:28 AM -
0 Votes
Will VB6 built component be supported in future Windows(11....)
Hi My company has some COM+ components built with VB6 , they are running in Windows 10 properly now, My ...Answered | 2 Replies | 1297 Views | Created by Maplesfs - Monday, September 12, 2016 3:08 PM | Last reply by pituach - Monday, September 12, 2016 3:25 PM -
2 Votes
XAML settings are reset at runtime
3) I also want to give the programmer the ability to add the toolbar to a WPF window and allow the programmer to add buttons in Xaml without calling the ...Answered | 10 Replies | 2062 Views | Created by CDrag - Friday, June 14, 2013 10:52 PM | Last reply by CDrag - Wednesday, June 19, 2013 2:08 AM -
0 Votes
Resource Dictionary Runtime Updation
http://stackoverflow.com/questions/2295274/wpf-updating-styles-at-runtime Thanks, RajnikantAnswered | 4 Replies | 4955 Views | Created by Kumar SDK - Tuesday, May 3, 2011 6:25 AM | Last reply by Yves.Z - Tuesday, May 10, 2011 12:59 PM -
1 Votes
Windows phone runtime component crashed in vs2012.
Pallam Madhukar Windows Phone DeveloperAnswered | 2 Replies | 2146 Views | Created by Pallam Madhukar - Thursday, May 23, 2013 7:13 PM | Last reply by Pallam Madhukar - Friday, May 24, 2013 6:46 AM -
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
How to add a reference to a c++ runtime component?
Actually the implementation tag was working, but when the project reference is removed I lost the automatic reference to the "Visual C++ Runtime Package for Windows".Answered | 4 Replies | 1357 Views | Created by SpecWin - Monday, December 1, 2014 5:13 PM | Last reply by SpecWin - Tuesday, December 2, 2014 10:52 AM - Items 1 to 20 of 1534043 Next ›
No announcements