topical media & game development
basic-program-code-22-Ex22-03-Ex22-03.c
? /
basic-program-code-22-Ex22-03-Ex22-03.c
// Ex22_03.cpp : main project file.
include <stdafx.h>
include <Form1.h>
using namespace Ex22_03;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// Enabling Windows XP visual effects before any controls are created
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
// Create the main window and run it
Application::Run(gcnew Form1());
return 0;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.