How do I use the Windows API Code Pack in VB.net 2010 Express?

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-04-14T07:57:50Z Indexed on 2010/04/14 8:03 UTC
Read the original article Hit count: 372

Filed under:
|
|

Hi all, I recently downloaded the Windows API code pack for .net, and seeing there was VB.net examples inside there, I opened them up. Upon building I get a warning that the referenced components 'Core' and 'Shell' could not be found. Looking in the code pack folder I see there are no DLLs at all, but instead a whole load of C# sources.

Do I have to download C# Express (which I want to avoid) to use the code pack or are there precompiled DLLs somewhere?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about winforms