Resource files in Visual C++. search "resource file"
- Working with Resource Files
- Interface elements that provide information to the user such as a bitmap, icon, or cursor.
- Custom resources that contain data and application needs.
- Version resources that are used by setup APIs.
- Menu and dialog box resources
- Resource Comparer
- XResFile - Files Stored in Resources: Part 1 - Text and Binary
- XResFile - Files Stored in Resources: Part 2 - Zip Files
- XResFile - Files Stored in Resources: Part 3 - Encrypted Files
- Adding and extracting binary resources
- Simple Version Resource Tool for Windows
- Using Text File Resources in VC++
- CFileVersionInfo - Retrieving a File's full Version Information Resource
- Button with ToolTip and/or Bitmap Resource
- How to Embed Resources in a Static Library
- Resource ID Organiser Add-In for Visual C++ 5.0/6.0/.NET
- Auto Windows Resource (*.rc) version Editor
- Display Animated Cursors stored in Resources
- Retrieving version information from your local application's resource
Resources can be composed of a wide range of elements, like:
Compares two .RC-files and shows important differences. Useful if you create programs in multiple languages..
This series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources.
his series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources..
This series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources..
A beginner's guide to adding a binary resource in visual studio and a simple class for programmatical extraction..
A utility for creating version info on executable files without Resource Compiler
Use the Resource Editor to load a text file and use it inside a C++ app..
A class that enables you to easily retrieve a file's version information..
simple way to have tooltip and a 4 state button using a bitmap resource
How can a Static Library embed resources and other data so any application (even a Console based one) can use them..
An application/add-in to organise and renumber resource symbol IDs
This freeware allows to edit a Windows Resources File (*.rc) and to produce a file named 'version.h' containing several string constants (#define). It can also synchronize a RC file and version.h with the Classbuilder Master Header File.
Demonstrates how to use an animated gif stored in your resource file as an animated cursor
Sample code to retrieve version information from your local application.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
No comments:
Post a Comment