Language:
Русский
English
Resources
Resources are data stored in a program's executable (.EXE) file, but stored separately from the program's normal data segment.
Resources are designed and specified outside the program code, then added to the program's compiled code to create a program's executable file.
These are the resources you will create and use most often:
- Bitmaps
- Character strings
- Dialog boxes
- Icons and cursors
- Keyboard accelerators
- Menus