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