Hello everyone,
I have one question. If i create custom control in c# so can i use this control in windows store app which is create in c++, html or vb? In sort i create custom control in any language & use in any language, Is it possible?
A Xaml control can be used in any language (C#, C++, VB) Xaml app, but not in an HTML app. You cannot mix the UI layers.
--Rob
Microsoft Certified Solutions Developer - Windows Store Apps Using C#