home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1112 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!homer.cs.mcgill.ca!tinyguy
  3. From: tinyguy@cs.mcgill.ca (Yeo-Hoon BAE)
  4. Subject: Help on MDI interface programming
  5. Message-ID: <1992Jul31.015509.11937@cs.mcgill.ca>
  6. Sender: news@cs.mcgill.ca (Netnews Administrator)
  7. Organization: SOCS - Mcgill University, Montreal, Canada
  8. Distribution: na
  9. Date: Fri, 31 Jul 1992 01:55:09 GMT
  10. Lines: 29
  11.  
  12.  
  13. Hello,
  14.  
  15.  
  16.    I am cuurently experimenting with MDI interface by
  17. making some adjustments to the 'blandmdi' sample that
  18. came with the SDK package. What I would like to do is
  19. to be able to open several child windows, all containing
  20. different contents, and to allow them to re-paint
  21. properly when necessary so preserve the contents of
  22. each window. I've managed to add some lines/shapes to each 
  23. window, but there seems no way to tell which of the
  24. child window requires re-painting. The message WM_PAINT
  25. sent to the client window doesn't necessarily allow
  26. re-painting of the child window at the right instance...
  27.  
  28. I'd appreciate if anyone can help!
  29.  
  30. Thanks.
  31.  
  32. -TG
  33.  
  34.  
  35. +-----------------------------------------------------------------------------+
  36. | Yeo-Hoon Bae           My new Merc 500SL...    Undergrad. U3/4, soon U5 :(  |
  37. | tinyguy@cs.mcgill.ca           __o             Computer science             |
  38. | (514) 939-9560                -\<,             McGill University            |
  39. | ............................(*)/(*)............Montreal, Quebec, Canada     |
  40. +-----------------------------------------------------------------------------+
  41.