Title: [C++] MyForm.cpp Author: GGMethos Pastebin link: http://pastebin.com/4f9UUFPR First Edit: Friday 7th of March 2014 06:57:15 PM CDT Last Edit: Friday 7th of March 2014 06:57:15 PM CDT #include "MyForm.h"   using namespace System; using namespace System::Windows::Forms; [STAThread] int main(array^args){         Application::EnableVisualStyles();         Application::SetCompatibleTextRenderingDefault(false);         Lab3::MyForm form;         Application::Run(%form); }