TT(n)
October 14th, 2005, 10:36 PM
This must be a stupid question, but after an hour of trying it's now intelligent for me to ask.
How would I sync a form's textbox, with the main form's textbox?
When the user, click a button on the main form, another form loads up.
Then when they change the textbox, I want a textbox in the main form to be updated with that string. Simple right!
In the old VB6, this was completely trivial.
It seems that .NET is not as easy, perhaps for protection?
I tried delclaring the form, and texbox, but to no avail.
At a loss,
TT(n)
How would I sync a form's textbox, with the main form's textbox?
When the user, click a button on the main form, another form loads up.
Then when they change the textbox, I want a textbox in the main form to be updated with that string. Simple right!
In the old VB6, this was completely trivial.
It seems that .NET is not as easy, perhaps for protection?
I tried delclaring the form, and texbox, but to no avail.
At a loss,
TT(n)