am new to VB.net 2005
I am facing one problem with,could you pls help me out!!
In form1
i have created textboxe1,textbox2,textbox3 and one button.
i have written code like this
Public class Form1
Dim x1 as Double
Dim x2 as Double
Private sub Button1_Click(Byval.......)..
textbox1.text=x1
textbox2.text=x2
textbox3.text= x1 x2
end Sub
End class
My Problem is ,i wanted to see the textbox 3 value in the Form2.
Tags: