Thursday, September 2, 2021

Resource files in Visual C++

Resource files in Visual C++. search "resource file"

  1. Working with Resource Files
  2. Resources can be composed of a wide range of elements, like:

    • 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

  3. Resource Comparer
  4. Compares two .RC-files and shows important differences. Useful if you create programs in multiple languages..

  5. XResFile - Files Stored in Resources: Part 1 - Text and Binary
  6. 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.

  7. XResFile - Files Stored in Resources: Part 2 - Zip Files
  8. 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..

  9. XResFile - Files Stored in Resources: Part 3 - Encrypted Files
  10. 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..

  11. Adding and extracting binary resources
  12. A beginner's guide to adding a binary resource in visual studio and a simple class for programmatical extraction..

  13. Simple Version Resource Tool for Windows
  14. A utility for creating version info on executable files without Resource Compiler

  15. Using Text File Resources in VC++
  16. Use the Resource Editor to load a text file and use it inside a C++ app..

  17. CFileVersionInfo - Retrieving a File's full Version Information Resource
  18. A class that enables you to easily retrieve a file's version information..

  19. Button with ToolTip and/or Bitmap Resource
  20. simple way to have tooltip and a 4 state button using a bitmap resource

  21. How to Embed Resources in a Static Library
  22. How can a Static Library embed resources and other data so any application (even a Console based one) can use them..

  23. Resource ID Organiser Add-In for Visual C++ 5.0/6.0/.NET
  24. An application/add-in to organise and renumber resource symbol IDs

  25. Auto Windows Resource (*.rc) version Editor
  26. 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.

  27. Display Animated Cursors stored in Resources
  28. Demonstrates how to use an animated gif stored in your resource file as an animated cursor

  29. Retrieving version information from your local application's resource
  30. Sample code to retrieve version information from your local application.

  31. This is a paragraph.

  32. This is a paragraph.

  33. This is a paragraph.

  34. This is a paragraph.

  35. This is a paragraph.

No comments:

Post a Comment