I'm making a "simple" two-form Windows app. In the first form, when a button is hit, I'm trying to instantiate the second form and pass a variable to it. That variable is valid (and a watch indicates no changes) until I get into the button_click routine, then suddenly it's null! All of the form1 code is in the same code module, same namespace, same partial class.
Hope that's clear. Any ideas why? Thanks!
Matt