How to apply graphics in Microsoft Visual Studio C++ Express 2012?
kal_crazy 13 Junior Poster
Recommended Answers
Jump to PostAlternatively, 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.
Jump to PostFirst 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 …
All 6 Replies
aVar++ 14 Posting Whiz
Moschops 683 Practically a Master Poster Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
kal_crazy 13 Junior Poster
kal_crazy 13 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.