T
tcarvin
I ran into a bug a while back in the Compact Framework trying to
"Invoke" on a modal form from a worker thread. The Docs said
"Invoke" would marshal the call onto the UI thread, but it didn't.
Has this been fixed? I came up with nice self-contained work around
but if this has been fixed I'd prefer to do it the "right" way.
Also, if it hasn't been fixed I can post my solution if it would
anyone out.
Tom
"Invoke" on a modal form from a worker thread. The Docs said
"Invoke" would marshal the call onto the UI thread, but it didn't.
Has this been fixed? I came up with nice self-contained work around
but if this has been fixed I'd prefer to do it the "right" way.
Also, if it hasn't been fixed I can post my solution if it would
anyone out.
Tom