Bài đăng

Đang hiển thị bài đăng từ 2016

[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); }