using dll : using « Statement « Visual C++ .NET






using dll

 

#include "stdafx.h"
#using "System.Windows.Forms.dll"

int main()
{
   System::Windows::Forms::MessageBox::Show("Hello World!");
}

   
  








Related examples in the same category

1.using directive