#include "stdafx.h"#using "System.Windows.Forms.dll"using namespace System::Windows::Forms;int main(){ MessageBox::Show("Hello World!");}