Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    In Microsoft Windows, resources are read-only data embedded in an EXE or DLL files.
    The Windows API provides for easy access to all applications' resources.


        Resource (Windows)
            Types
            Usage
            Resource Editors

    top

    Types
    Each resource has a type and a name, both being either numeric identifiers or strings.

    Windows has a set of predefined resource types:
      Version data

    The programmer can also define custom data types in resources.

    top

    Usage
    The icon that Windows displays for a program file is actually the first icon resource in its EXE file. If the EXE file has no icon resources, a standard icon is displayed.

    The version resource for EXE and DLL files is displayed in the Version tab of their property pages.

    Editors are available that can modify resources embedded in EXE or DLL files. These are typically used to translate all strings of an application to another language, or to modify its icons and bitmaps accordingly.

    top

    Resource Editors

     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Resource (Windows)". link