You may have the Form2 opened.
You have two choisses
Declare the TextBox in Form2 as Public Shared, and than you can access this textbox from other forms.
Create property in Form2 which actualize this TextBox
Than You can access this property from other forms.
Hi,
I have this problem, I would like to show data from XML file which contains something this:
<hr:Data>
<Section>
<Section>Name of Section</Section>
<Number>99999999</Name>
<Description>Some description</Description>
</Section>
</hr:Data>
How can I display data using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.