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?
Edgar SantosPosted Apr 30, 2008, 12:14 PM
Hi.
You can always have a static class, to save the set the value from one place and get the value from another.
Cheers.