#include <windows.h>
#include "MyForm.h"using namespace System;using namespace System::Windows::Forms;[STAThread]int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int){Application::EnableVisualStyles();Application::SetCompatibleTextRenderingDefault(false);Project1::MyForm form;Application::Run(% form);return 0;}
No comments:
Post a Comment