[futurebasic] Re: [FB] HidePict

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 1998 : Group Archive : Group : All Groups

From: Mars Saxman <marssaxman@...>
Date: Mon, 2 Nov 98 20:52:17 -0800
>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