|
Getting form- ref. across modules?
How can I get a reference to an instance of each of my appplication's forms at startup, that will be valid everywhere?
It may be that the right style of programming is to run a new instance of it that is disposed when it closes. But if you want to do it the way I described, it must be possible somehow, right? I did it in VB.Net.
|