Hello, I'm developing an Excel addin. I want to do some work on a background thread. At the end of the background processing I need to access Excel to insert some data into a worksheet.
Do I need to do any synchronisation as in a windows forms application? If I need to, how should I do it? I haven't found an ISynchronizeInvoke implementation. Or does the runtime do the synchronisation? The Excel classes are COM interop. Andreas =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
