RE: help me please =/
sResult = Form.TextBox.Text tends to work. Of course, you'd have to change 'textBox' to the name of your text control, and Form to the name of the form.
Can't guarantee this will work though: if you close the form and then try to access one of its controls, it may not work.
So, try it and see.
|