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
Post a Comment