Hi guys, If i have 2 form,name it as Form1, Form2. In form1, assume that it display summary of all records, when i call form2 to update somthing and will back to form1, how can i call form1 to refresh my result? Assume that in form1 i have a sub routine,which used to reload all my result to listview. How can i call form1s sub routine in form2 to reload my listview? Assume that form1 is show at the back of form2.
Beside this, how can i do a call new form2 and not allow it reopen again? In VB6, we have form2.show vbmodal, so what can do in vb.Net?
Thanks and wait for prompts reply.
Beside this, how can i do a call new form2 and not allow it reopen again? In VB6, we have form2.show vbmodal, so what can do in vb.Net?
Thanks and wait for prompts reply.