1
Answer

data transfer between wpf forms and windows forms

Ask a question
Nandi Sreekar

Nandi Sreekar

16y
7.2k
1

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)