>I'm hiding a picture, copying's hex into a code resource called hpic
>is there a way to call up this picture without having to use "PICT"
Sure - FN GETRESOURCE(_"hpic", x) will load the resource up. The handle
it returns is a perfectly valid picture handle.
-Mars