Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, you could create a delegate that you communicated with through the spawned thread back to the main thread. At present we do not have a common method to do this for you..however, if you are just calling one or two threads and want to talk back, you could use a BackgroundWorker control. It does have the delegate pre-plumbed which would allow you to talk through the ReportProgress event.
|