How do I install Windows Codepack API into Visual C# 2010 express
Ok, it seems everyone else knows this since I can't find it on the internet. I want to use the Windows Codepack API, and I have no idea how to use it with Visual C# 2010, can anyone explain this for me? I've downloaded开发者_如何学C and extracted them, and found the dlls, I just don't know where to put the dlls
Put the DLLs anywhere in your disk, then right-click your project, click Add Reference, and select them from the Browse tab.
精彩评论