home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7286 < prev    next >
Encoding:
Text File  |  1992-07-21  |  872 b   |  21 lines

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