GDI+: How to draw an icon
Graphics
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, I want to draw an icon from an icon file on the screen (lets say main form). Can you show me a fragment of code (C++ preferably) that will load an icon file and display the second sub-icon from it (in the .ico I have one icon in three dimensions. I want to see the second dimension). Thanks in advance!