I have 2 forms and want to set values on form2 from form1. In text world, I would do something like:
form2.txtBox.text = "Hello world"
Is there a way in LV where I can access 1 or more controls on form2 from form1 without passing control references? I found the "Controls[]" array, but it looks like I have to search that array to find the control I am interested in before using it. Is there a more direct way?
-cb