Update Form while Retaining Access to It
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I need to update a C# form with values read to it from another program in addition to changes from C# code while retaining the ability to edit text/combo boxes on a different part of the form from the updates. Right now, I can get the updates running, but am denied access to the form while the updates are occurring. How can I achieve this functionality?