Can someone tell me how to reference objects i.e. procedures, events from one form to second form that is still open. For instance I call a form to add a value to the database, but I leave the calling form open. After the value is added/updated and the form is closed I'd like to refresh the calling form as if were going to be a fresh load. That is to say call the same procedures I called when the form was loaded.
In vb6 as long as the form was open you could reference objects(procedures,events) in the form as well as declare variables "public" and reference them from another another form. I can't seem to do this in vb.net and had to stick the variable in a module and declare them public.
Thanks for the help.
Tom
In vb6 as long as the form was open you could reference objects(procedures,events) in the form as well as declare variables "public" and reference them from another another form. I can't seem to do this in vb.net and had to stick the variable in a module and declare them public.
Thanks for the help.
Tom