LuisG wrote:
> No, you cannot extract embedded bitmaps without using the Windows
> API.<br><br>What you can do is create a UIR to hold all your bitmaps.
> This UIR would consist of a bunch of picture controls, one for each
> bitmap you want to hold. Or you could store all your bitmaps in a
> single picture ring control.<br><br>At run time, you'd load this
> panel from the embedded UIR, and you can then extract the bitmaps
> from the controls using the GetCtrlBitmap function.<br><br>Luis<br>NI
Thanks,
Babak