Sunday, July 12, 2009

How do I use a third party DLL in my Visual c# .NET project?

I am new to Visual C# .NET. I bought a DLL to use in my program. How do I add it to the project and make sure it gets distributed with the final release?

How do I use a third party DLL in my Visual c# .NET project?
Put the DLL somewhere where you know it's path. Open the C# project/solution in visual studio. Go to Project pulldown menu. Choose Add Reference. At the reference dialog, click on the COM tab. Click Browse and find your DLL.

wallflower

No comments:

Post a Comment