"MyForm.cpp" By GGMethos (https://pastebin.com/u/GGMethos) URL: https://pastebin.com/4f9UUFPR Created on: Friday 7th of March 2014 06:57:15 PM CDT Retrieved on: Monday 26 of October 2020 05:55:50 AM UTC #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); }