home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 May / CD2_DEMO.ISO / code / os2 / listing4.txt < prev   
Encoding:
Text File  |  1996-02-28  |  161 b   |  5 lines

  1. hps = WinBeginPaint (hWnd, (HPS)NULL, (PRECTL)NULL);
  2. DrawBevelBorder (hps, hWnd);
  3. WinDrawBitmap (hps, hbm, NULL, &ptl, 0, 0, DBM_NORMAL);
  4. WinEndPaint (hps);
  5.