it's no longer a problem passing variables between two form its just this
form1 is still open
i do a few actions that change a var in form2
and i want the new number to be send to form1 immediatly after those changes are done
how can i do so without opening a new form1 and sending the var into the only form1 that is open
form1 is still open
i do a few actions that change a var in form2
and i want the new number to be send to form1 immediatly after those changes are done
how can i do so without opening a new form1 and sending the var into the only form1 that is open
Comment