I want to create a COM component with ATL in Visual studio 2005. And want to
add some methods in that. so can someone tell me the steps how to create that
component & how to use that in C# application ( Introperability concept i
want to use). Tell me the whole steps from starting.
Swapnil,
You can probably find two tutorials on Google to help you do this.
The first tutorial I would look for is "implementing COM components
ATL".
The second tutorial I would look for is "COM interop"

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I want to create a COM component with ATL in Visual studio 2005. And want
>to
> add some methods in that. so can someone tell me the steps how to create
> that
> component & how to use that in C# application ( Introperability concept i
> want to use). Tell me the whole steps from starting.