Hi Niklas,
From my understanding to your issue, you can import the excel 2000 ojbect library into your .net project so that you can take advantage of .net
technology to build solution for your users. This uses the .Net com interop to import com object into .net project. On the contratry, you can also
export .net for the com usage. Internally, the export and import tool provided by .Net framework will encapsulate the com component or .net
assembly with a wrapper. For .Net calls com object, this wrapper is called RCW(runtime callable wrapper). For com calls .net, this wrapper is called
CCW(com callable wrapper). With the help of this technology, you can develop the .Net solution without providing the same functions which has
been implemented in com component. For more information, .NET Framework Developer's Guide will help you more on this topic. Please go to:
Interoperating with Unmanaged Code
http://msdn.microsoft.com/library/e...nteroperatingwithunmanagedcode.asp?frame=true
Please feel free to let me know if you have any further questions.
Does this answer your question? Thank you for using Microsoft NewsGroup!
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.