Hi !!! I have two Windows forms. In second form I have two TextBoxes. I wish when the user enter some data in any TextBox, the data to be show in the first Windows Form Label.Text Property. How ??? Thanks in advance!!!

Store a reference to the first Form's Label as a local variable in the second Form. Then, create an Event handler for the TextBox's TextChanged event, and set the Label's Text property.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.