Hour 8. Working with Resources

Up to this point, you have been placing literal strings within your source code. However, once you start thinking of deploying your application and possibly translating these strings into different languages, hard-coding strings like this will require more work in the long run.

To alleviate this, your application can use data that comes directly from a resource file. However, this resource file isn't just limited to strings. Resource files can contain any number of different types of data that your application may need, such as image files, icons, cursors, version information, and so on.

In this hour, we are going to look at a new type of resource format used by the .NET framework: the managed resource. If you wish ...

Get Sams Teach Yourself Visual C++® .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.