cgchris99
April 10th, 2002, 12:16 PM
I am creating a class that will be started in it's own thread.
I am just doing the testing right now.
I have the class setup with a Do Loop that never ends.
And in this loop I increment a counter.
I want to do txtTextBox4.Text = lngCounter
But this doesn't work. It displays an error txtTextBox4 not declared.
How can I do this?
Thanks
I am just doing the testing right now.
I have the class setup with a Do Loop that never ends.
And in this loop I increment a counter.
I want to do txtTextBox4.Text = lngCounter
But this doesn't work. It displays an error txtTextBox4 not declared.
How can I do this?
Thanks