Hi,
I have a code which is activated by a button click.
After several seconds of run, I show a form containing two textboxes named TB1 and TB2.
How can I store the values that the user enters in TB1 and TB2 into two variables named respectively TB1val and TB2val for example, after clicking an...