[c++]Source Code Main WinDownForm

using namespace System;
using namespace System::Windows::Forms;

[STAThread]
void Main(array<String^>^ args)
{
    Application::EnableVisualStyles();
    Application::SetCompatibleTextRenderingDefault(false);
    Project1::MyForm myForm;        //NameOfProject::NameOfForm instanceOfForm;
    Application::Run(%myForm);
}

Nhận xét

Bài đăng phổ biến từ blog này

[JQuery]-Plugin

Đề cương

Buổi 2