Generating COM dll to use in .NET

  • Thread starter Thread starter Jimbo
  • Start date Start date
J

Jimbo

Hi people,
About 9 months ago I used a tool that comes with Visual Studio 2003 to
generate an ITunesLib.dll file from the iTunes.exe. It allowed me to
access iTunes as a COM object from C#. I want to generate that file
again but can't remember what I did. Does anybody know what then name of
that tool is?

Cheers
Jimbo.
 
Jimbo,

You want to use the TLBIMP.exe tool that comes with the framework.

Hope this helps.
 
Back
Top