Hello,
I ned your help.
I have an User contol let's call it UserControl1 (Public Class UserControl1) that contain a Label let's call it Label1, and two classes Class1 and Class2.
The usercontrol1 is created (instantiated) in the Class1.
And in the Class2 I have a function let's call it Function2 (it's a public shared function), in the function2 I have a String let's call it String2.
What I want to do is to edit the text of Labe1 with String2, and I can't find out how to it.
I can't add the code because it's too long.
Thank you.
I ned your help.
I have an User contol let's call it UserControl1 (Public Class UserControl1) that contain a Label let's call it Label1, and two classes Class1 and Class2.
The usercontrol1 is created (instantiated) in the Class1.
And in the Class2 I have a function let's call it Function2 (it's a public shared function), in the function2 I have a String let's call it String2.
What I want to do is to edit the text of Labe1 with String2, and I can't find out how to it.
I can't add the code because it's too long.
Thank you.