J
JO
In the docs, they state that if I were to want to make changes to a control
created on another thread, I should use Control.Invoke. What if I don't?
I've accidentally tried this, and it seems to work, MOST of the time.
However, sometimes my form would spuriously close - is that possible, or is
that just a separate bug?
Regardless, I changed my calls to Control.Invoke when I realized this, but
I'm trying to see if that was the source of my form closing sometimes. Does
anyone know what happens under the hood?
created on another thread, I should use Control.Invoke. What if I don't?
I've accidentally tried this, and it seems to work, MOST of the time.
However, sometimes my form would spuriously close - is that possible, or is
that just a separate bug?
Regardless, I changed my calls to Control.Invoke when I realized this, but
I'm trying to see if that was the source of my form closing sometimes. Does
anyone know what happens under the hood?