Mega Code Archive

 
Categories / Visual C++ .NET / Statement
 

Using dll

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