September 2012
Intermediate to advanced
464 pages
10h 55m
English
Binary resources are just that: chunks of bytes that typically mean something to the application, such as image or font files. In this recipe, we'll cover the basics of adding and using a binary resource.
Make sure Visual Studio is up and running.
We'll create a simple application that uses an image file added as a binary resource:
CH02.BinaryResources.
NewFolder1. Change its name to Images.