M
melton9
I have a web service that I believe needs to implement threading. I
have a timer setup to fire 3 requests and have them do some
calculations and send the info to the mainform. I also need the click
events on the mainform remain in real time. Through a little
experimentation it seems that I can only use 1 sub to update the form
to avoid cross threading. So maybe have the timer fire the 3 requests
and then when they are complete fire the sub to update the form. Can
anyone help point me in the right direction here?
Timer>>>3 requests>>>sub to update mainform
While keeping the mainform clicks in real time.
Thanks a lot.
have a timer setup to fire 3 requests and have them do some
calculations and send the info to the mainform. I also need the click
events on the mainform remain in real time. Through a little
experimentation it seems that I can only use 1 sub to update the form
to avoid cross threading. So maybe have the timer fire the 3 requests
and then when they are complete fire the sub to update the form. Can
anyone help point me in the right direction here?
Timer>>>3 requests>>>sub to update mainform
While keeping the mainform clicks in real time.
Thanks a lot.