hi guys,
i have a main form and what i want to do is to display the informations on another form (in listview) which has the input values on the main form. when i create a second form i cant access any of the controls on the main form. How to have access to controls which are on a different windows form ???

Recommended Answers

All 3 Replies

you should use the name of the forms for example

form1.textbox1.text="testing"

Thank you very much meffe. This was all that i want to know :)

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.