home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.ms.programmer
- Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!mips!darwin.sura.net!Sirius.dfn.de!gwdu03.gwdg.de!ibm.gwdg.de!SSCHEMA
- From: SSCHEMA@ibm.gwdg.de (Stefan Schemat)
- Subject: Diplaying BMP files under Windows 3.x
- Message-ID: <1682BEB88.SSCHEMA@ibm.gwdg.de>
- Sender: news@gwdu03.gwdg.de (USENET News System)
- Nntp-Posting-Host: ibm.gwdg.de
- Organization: GWDG, Goettingen
- Date: Tue, 21 Jul 92 16:44:56 MSZ
- Lines: 9
-
- Does anybody knows how to load and display a BMP file with 256
- colors under Windows 3.x?
- First we have tried to display that bitmap with the GDI-command
- "BitBlt()" after including it in the program's ressources. It
- appeared very fast, but only with a few colors.
- Then we loaded and displayed it pixel by pixel with "SetPixel()".
- This method shows all colors, but it is veeeeeery sloooooow.
- Ciao Stefan
- sschema@ibm.gwdg.de
-