Hello!
I am probably just going mad but. This code:
using namespace System.Windows.Forms;
Generates the following error
1>GUItest.cpp(6): error C2143: syntax error : missing ';' before '.'
1>GUItest.cpp(6): error C2059: syntax error : '.'
..And I haven't the foggies why. Seems I cannot use .'s when declaring a namespace..