G
Guest
I've done a lot of reading about multi-threading (I come from a VB6
background so these things are new to me) but I can't find an example of my
exact scenario.
It's very simple, I've got a worker thread which needs to read the Checked
property of a checkbox on a form. I gather that I can't read this property
from the worker thread (only the UI thread) so is the best approach to use a
(VB.NET) function to read the checkbox property and use Me.Invoke to invoke
the function in the UI thread?
Thanks in advance,
Colin
background so these things are new to me) but I can't find an example of my
exact scenario.
It's very simple, I've got a worker thread which needs to read the Checked
property of a checkbox on a form. I gather that I can't read this property
from the worker thread (only the UI thread) so is the best approach to use a
(VB.NET) function to read the checkbox property and use Me.Invoke to invoke
the function in the UI thread?
Thanks in advance,
Colin