Board index » cppbuilder » invoking bitmaps
Jack Sawatzky
![]() CBuilder Developer |
Jack Sawatzky
![]() CBuilder Developer |
invoking bitmaps2004-11-13 11:39:06 AM cppbuilder63 The LoadBitmap function has the following parameter HINSTNACE: The instance handle of the module whose executable file contains the bitmap to be loaded. What is a module? The bitmap I want to use is a separate file, it is not in an executable file. How do I use this function? Thank you. |
Gary Setter
![]() CBuilder Developer |
2004-11-13 10:13:31 PM
Re:invoking bitmaps
"Jack Sawatzky" < XXXX@XXXXX.COM >wrote in message
QuoteThe LoadBitmap function has the following parameter a resource in an exe or dll. |
Jan Vernimmen
![]() CBuilder Developer |
2004-11-14 10:10:29 PM
Re:invoking bitmaps
Jack,
In the BC5 software there are two examples how to handle external bitmaps: BC5\examples\series\GDIDIB BC5\examples\series\GDIPRINT Looking to this examples I succeeded in loading external bitmaps and also sent them to a printer. Jan Vernimmen. Gary Setter wrote: Quote"Jack Sawatzky" < XXXX@XXXXX.COM >wrote in message {smallsort} |
Jack Sawatzky
![]() CBuilder Developer |
2004-11-15 02:18:01 AM
Re:invoking bitmapsQuoteIf you want to load a bitmap from an external file, LoadBitmap is not the |
Jack Sawatzky
![]() CBuilder Developer |
2004-11-15 02:30:13 AM
Re:invoking bitmaps
Jan Vernimmen wrote:
QuoteJack, on the Borland website and couldn't find it. Could you possibly email the GDIDIB file to XXXX@XXXXX.COM ? Thanks Jack |