wpf - C# Windows Forms and XAML -


i know if possible combine xaml window form or reverse. know place learn how work both of them.

for example want make xaml window on want add button event action wrote in c#.

yes possible (both ways)

winforms in wpf

wpf in winforms

in both cases add special control acts host other environment.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -