How to apply graphics in Microsoft Visual Studio C++ Express 2012?

Recommended Answers

All 6 Replies

Alternatively, if you just want to show pictures on the screen and you don't need fancy 3D wonder, you can use one of the many existing libraries or widget toolkits that make it much easier.

Or do all the drawing yourself, look in MSDN. One Example.

Thank you everyone

Or do all the drawing yourself, look in MSDN. One Example.

How do I reference the system.drawing namespace?

First you have to create a C++/CLR project that uses .NET framework -- it's called Windows Forms in c++/CLR. If you want to use standard c++ then you can't use System.Drawing. With standard C and C++ use win32 api functions and include windows.h

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.