Hello all -
I have 2 VB.Net Win forms. When I'm through with using
Form #2, I just close it but what I want is trigger an
update event on Form #1 based on the activity inserts I
just did in Form #2. Is there an event that I can call
with the form being open already like frm1.<combo
box>.focus so I can trigger the update event.
I realize this a simple question but during the
converting to .Net idea, I don't want to create a new
instance of that form. So even a gotfocus or focus to
the form itself would be great. And any code of how that
is constructed.
Much thanks and cheers!
Mark