L
Lloyd
I have a windows forms application (.net 1.1) and I want to have a msgbox
like window blocking the main thread while a long operation completes in a
background thread. Is there a way to do this using MessageBox.Show() and
somehow closing it from the other thread? Or will I need to make a basic
form and have an event on it to do a this.close() from the other thread?
Something entirely different?
Sorry if this is a repeat, the terms are fairly ambiguous so I couldn't
google much.
Lloyd Christopher
SLOW30
like window blocking the main thread while a long operation completes in a
background thread. Is there a way to do this using MessageBox.Show() and
somehow closing it from the other thread? Or will I need to make a basic
form and have an event on it to do a this.close() from the other thread?
Something entirely different?
Sorry if this is a repeat, the terms are fairly ambiguous so I couldn't
google much.
Lloyd Christopher
SLOW30