Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include "MyForm.h"
  2.  
  3. using namespace System;
  4. using namespace System::Windows::Forms;
  5.  
  6. [STAThread]
  7. void main(array<String^>^ args){
  8. Application::EnableVisualStyles();
  9. Application::SetCompatibleTextRenderingDefault(false);
  10. Project1::MyForm form;
  11. Application::Run(%form);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement