Hi,
As i want to use WPF in VC++.I refered one article form codeguru,and i implemt that as make WPF as C# dll and using it in VC++.
Everything working fine.But the problem is in TextBox.As i have one textbox in WPF.
But i cannot type in that textbox.I tested it in C# its working.But VC++ it doesnot.
Whats the problem?
Properties are Readonly-false,Iseditble=true.