Image or pixmap from hBitmap handle

BlitzMax Forums/BlitzMax Programming/Image or pixmap from hBitmap handle

Klaas(Posted 2006) [#1]
Hi,
if try to get an image from an pointer that an DLL gives me on a callback.
The documentations says "handle = The bitmap handle(HBITMAP) obtained from the supplied Image.". In the examples it is referenced as "c++ > HBITMAP &handle", "V86 > ByRef handle as long", "Delphi > var handle: HBITMAP". Anyone who can help me to figure out how to get an image that i can use with BMax?