hello friends i want to use result of textbox1 of the form1 into my form2 , how to do this

Recommended Answers

All 2 Replies

i write this code but this return the default text of my textbox1 which is "enter here"

 Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        Dim fordata As New Form2
        RichTextBox1.Text = fordata.TextBox2.Text

    End Sub

Please, read this tutorial.
It can help you.to solve your problem.

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.