Sponsored Links
-->

Friday, March 16, 2018

Use Resource Monitor to monitor storage performance - TechRepublic
src: tr1.cbsistatic.com

In Microsoft Windows, resources are read-only data embedded in EXE, DLL, CPL or (beginning with Windows Vista) MUI files.

The Windows API provides for easy access to all applications resources.


Video Resource (Windows)



Types

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

Windows has a set of predefined resource types:

  • Cursor and animated cursor
  • Icon
  • Bitmap
  • Dialog box template
  • Font
  • HTML document
  • String and message template
  • EXE/DLL file version data

The programmer can also define custom data types in resources.


Maps Resource (Windows)



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.

Resources always have a language attached to them and Windows will automatically use the most fitting language if possible. This allows for programs adapting their language to the locale of the user....

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.


Diagnosing client performance problems: Examine system resources
src: cdn.ttgtmedia.com


Resource software


A technical dive into using Task Manager and Resource Monitor, on ...
src: i.ytimg.com


References


Windows 7 Resource Monitor: New & Improved | Gizmo's Freeware
src: www.techsupportalert.com


External links

  • MSDN: Windows Resource Files Guide
  • MSDN: Better Resource File Guide with reference

Source of article : Wikipedia