Problem with button working
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am writing an automation program which has a form that displays a bunch of values. There is a program (class) which runs in the background and updates the form. I would like to place a button on the form which should pause the program (class) from running until the user says it is OK to continue. Unfortunately by running the code in the background, it no longer recognizes the form. (I click on the button and nothing happens). Does anyone know of an easy way to have the button have control when pressed (take away control from the class?). Thanks for any help! Kogorman