How to assign the object value of WPF_Form2 to WPF_Form1 variable in VB.net using WPF Forms? -


how assign object value of wpf_form2 wpf_form1 variable in vb.net using wpf forms?

please see example below

wpf_form1 lbl_label_1  wpf_form2 lbl_label_2.content = "string value"  goal: lbl_label_1.content = lbl_label_2.content 

i want achive received error message

reference non-shared member requires object reference.

please tell me possible solutions problem.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -