Stupid question, I know, but still trying to get used to all of this.
In VB6 if I wanted to call a sub on another (unloaded) form, all I needed to do was give the form name.sub name and the form would automatically load and perform the code in the sub. Apparently now that doesn't work -- how do I make this happen in .NET?
Thanks
CraigHartz
In VB6 if I wanted to call a sub on another (unloaded) form, all I needed to do was give the form name.sub name and the form would automatically load and perform the code in the sub. Apparently now that doesn't work -- how do I make this happen in .NET?
Thanks
CraigHartz