Select to view content in your preferred language

using wpf in IContentsView3

537
1
09-29-2010 12:37 AM
egismazeika
Emerging Contributor
Hi, I'm implementing IContentsView3 and trying to use wpf control for UI. I couln't find Handle property in wpf, so I decided to embed wpf into System.Windows.Forms.UserControl and ElementHost control. The UI looks ok but I encounter strange behavior while using keyboard. I can't type into TextBox but I'm able to paste or delete the text.

I've created Windows Forms UserControl for testing and it all works fine with Forms TextBox within it. Is there something special that I should know while using wpf in IContentsView3?

I'm using .Net framework 3.5 in my project.
0 Kudos
1 Reply
egismazeika
Emerging Contributor
so.. anybody? Any ideas?
As for me, I reverted to Forms Control - so far so good..
0 Kudos