| Re: Multi-threading in an add-in?
My code is a bit messy still, but it looks like multi-threading is working!!
My approach is to use asynchronous delegates, and you MUST run all MapPoint calls in the add-in's main thread. So my dialog box runs in a second thread as a modal dialog box.
Richard |