Re: COM object vs interface
What kind of .NET project (VS 2003?) do you start with to create a COM Object creatable using CreateObject?
Thanks!
Dave
Re: COM object vs interface
Hi Dave,
I use VS2005. I am not sure what you mean by createobject. I click with the right mouse button on my vb project and than (Add>new item>COM class)
Re: COM object vs interface
Visual Studio automatically creates all of the necassary interfaces when you create a COM class.
Re: COM object vs interface
Does it have to be a special type of project? Does this work with 2003?
Re: COM object vs interface
The ComClass is new in 2005.