Hi,
I deploy an application which have more than 1 form, lets say form1 and form2. Form1 is main form, I wouldlike to set the value of textbox in form2 from form1. I used Delphi before, in Delphi I can set the value by Form2.textbox.text := "123". How in
VB .NET
Thanks.