Is there any way to determine what "type" an object in a resource file from just the resource name?
For example, my resource file has these two objects defined:
If I only have the name (i.e. "TITLE") is there any way to determine programatically that it is a BITMAP resource type?
Thanks,
Anthony
For example, my resource file has these two objects defined:
Code:
PROGRAM ICON home.ICO TITLE BITMAP title.bmp
Thanks,
Anthony
Comment