Hi,
Iv got a various tab controls on my form (form1), each tab page has different text boxes on it. On tab 'Page1' i have a 'Textbox1' - when i close another form that i use for data input, i want to automatically enter data into 'TextBox1'. Before i put my text boxes into a tab control, i used this code and it worked well:
Forms.Form1.TextBox1 = "MyText"
But now 'TextBox1' is on a tab control, how do i reword my code so it works again??
Suggestions greatly appreciated,
Iv got a various tab controls on my form (form1), each tab page has different text boxes on it. On tab 'Page1' i have a 'Textbox1' - when i close another form that i use for data input, i want to automatically enter data into 'TextBox1'. Before i put my text boxes into a tab control, i used this code and it worked well:
Forms.Form1.TextBox1 = "MyText"
But now 'TextBox1' is on a tab control, how do i reword my code so it works again??
Suggestions greatly appreciated,