home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / misc / 1381 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!jeff
  3. From: jeff@tct.com (Jeff Witzer)
  4. Subject: Displaying BITMAPS upon INIT_DIALOG...
  5. Message-ID: <2A911B98.62E1@tct.com>
  6. Date: Tue, 18 Aug 1992 15:47:36 GMT
  7. Distribution: usa
  8. Organization: TC Telemanagement, Clearwater, FL
  9. Lines: 17
  10.  
  11. Well, the subject line kinda says it all...
  12.  
  13. I have created a dialog box which includes a graph, implemented as a bitmap, 
  14. as one of its items.  The user may change what type of graph is displayed
  15. (pie, bar, etc) and may close the dialog.  When the dialog is later reopened, 
  16. I want to display that graph in the form they last left it.  
  17.  
  18. I had hoped to just redisplay the bitmap (using BitBlt) in response to the 
  19. INIT_DIALOG message to that dialog's window procedure, but to no avail.  I 
  20. know my bitmap display functions are working correctly because I can change
  21. graph types, but when I reopen the dialog box, the painted bitmaps don't show.
  22.  
  23. Please respond via e-mail if possible...I could use some help rather quickly.
  24.  
  25. Thank you,
  26.  
  27. jeff
  28.