It is VS.NET indeed, but it's very easy to create a new project.
Just add all the necessary files, add a button and link it with this code:
Code:
CodeWar m_CodeWar;
m_CodeWar.initialize( 9, 9, m_Port );
And you're all set.

Kurt