home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4851 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  648 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!gatech!concert!sas!mozart.unx.sas.com!vm.sas.com!sastph
  2. Organization: SAS Institute Inc.
  3. Date: Mon, 11 Jan 1993 16:44:26 EST
  4. From: <SASTPH@vm.sas.com>
  5. Message-ID: <93011.164426SASTPH@vm.sas.com>
  6. Newsgroups: comp.os.ms-windows.programmer.misc
  7. Subject: Re: Drawing on a dialog
  8. References:  <C0ovz8.18u@brunel.ac.uk>
  9. Lines: 5
  10.  
  11. You almost had it.  Put a static (WHITEFRAME) text box the size of your
  12. bitmap on the dialog box.  Subclass it.  When your the proc for the text
  13. box gets a WM_PAINT msg, blit the bitmap onto the static box.  Voila!
  14.  
  15. Hope this helps!
  16.