Classic VB: Description: EnumRes
Description
Short story: Enumerates resources embedded within any file, and displays many standard types.
Longer description from old site: click here.
To be edited...
Published
This sample, or the one from which it originally derived, was published (or at least
peripherally mentioned) in the following article(s):
APIs Usage
This sample uses the following API calls:
| Module |
Library |
Function |
| CPictureDC.cls |
gdi32
user32
|
CreateCompatibleDC DeleteDC DeleteObject GetObject SelectObject GetDC GetDesktopWindow ReleaseDC |
| FShowResource.frm |
gdi32
kernel32
user32
|
BitBlt DeleteObject SelectObject FindResource FreeLibrary GetModuleHandle LoadLibraryEx DrawIcon LoadBitmap LoadIcon LoadString |
| MApiErrMsg.bas |
kernel32
|
FormatMessage FreeLibrary GetVersionEx LoadLibraryEx |
| MCustomBlt.bas |
gdi32
user32
|
BitBlt CreateBitmap CreateCompatibleBitmap CreateCompatibleDC DeleteDC DeleteObject GetDeviceCaps GetObject SelectObject SetBkColor SetBkMode GetClientRect GetDC ReleaseDC |
| MEnumResources.bas |
kernel32
user32 |
EnumResourceLanguages EnumResourceNames EnumResourceTypes FreeLibrary GetModuleHandle LoadLibrary LoadLibraryEx lstrlen lstrlen RtlMoveMemory LoadString |
Download
|
|
Please, enjoy and learn from this sample. Include its code within your own projects, if you wish. But, in order to insure only the most recent code is available to all, I ask that you don't share the sample by any form of mass distribution.
Download EnumRes.zip,
28Kb, Last Updated:
Wednesday, 12 April 2000
|
See Also
|