data transfer between wpf forms and windows forms

Feb 13 2008 8:12 AM

Hi I am using .net framework 3.5. I have a textbox in WPF form and Label in windows Form. When I open the Form from WPF. i.e., form.show(); I have to set the label of form with the textbox value.

Is it possible to communicate between WPF and windows forms?


Answers (1)