Declare a global variable and set it from within the form.
Note that the globals in the form will remain until you perform an unload on the form, so if you declare it there you may want to reset it before use.
Well, if you cant check for it in the calling function, then I guess that you will have to declare a public event and do a raiseevent from within the form when the value changes, but the easiest way would certainly be to check for changes in the variable after calling the form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.