A
Antoine Besnard
Guest
Hi guys,
I have a custom userControl in c++ and I wanna do the same as this tutorial : Simplest WPF Dependency Property For Beginners On Background Color
To sum it up :
In a C# project Xaml file :
<my:newControl Test="Value"/>
Where newControl is a C++ controller
But I can't figure out how to translate the tutorial in C++ =/
Thanks for reading
Continue reading...
I have a custom userControl in c++ and I wanna do the same as this tutorial : Simplest WPF Dependency Property For Beginners On Background Color
To sum it up :
In a C# project Xaml file :
<my:newControl Test="Value"/>
Where newControl is a C++ controller
But I can't figure out how to translate the tutorial in C++ =/
Thanks for reading
Continue reading...