T
Tim Smith
Greetings
I'm a .net newbie with a real problem.
In VB6, in order to change a property of an object on the Main Form from a
module, all you had to do was to implement something that looks like this:
MainForm.txt_MyData.Text="Change the Data"
How do you do this from a .net module.
I don't seem to be able to see any of the objects on the MainForm at all.
Thanks
I'm a .net newbie with a real problem.
In VB6, in order to change a property of an object on the Main Form from a
module, all you had to do was to implement something that looks like this:
MainForm.txt_MyData.Text="Change the Data"
How do you do this from a .net module.
I don't seem to be able to see any of the objects on the MainForm at all.
Thanks