HICONT

MainForm.cpp

Apr 13th, 2022
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #include "MainForm.h"
  2.  
  3.  
  4. using namespace System;
  5. using namespace System::Windows::Forms;
  6. void main()
  7. {
  8.     Application::EnableVisualStyles();
  9.     Application::SetCompatibleTextRenderingDefault(false);
  10.     Project1::MainForm form;
  11.     Application::Run(% form);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment