Resource File Basics

Resource files are useful for localizing a Visual Basic application because multiple resources for multiple languages are isolated in a single file, eliminating the need to recompile the application for each language. A Visual Basic resource file (.res) can contain five different types of resources:

String Table resources

Cursor resources

Icon resources

Bitmap resources

Custom resources

For More Information   To learn more about localizing applications, see "International Issues" in the Visual Basic Programmer’s Guide.