home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3543 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.9 KB

  1. Xref: sparky comp.os.ms-windows.programmer.misc:3543 comp.lang.c++:16552
  2. Newsgroups: comp.os.ms-windows.programmer.misc,comp.lang.c++
  3. Path: sparky!uunet!cs.utexas.edu!uwm.edu!caen!destroyer!gumby!yale!yale.edu!jvnc.net!nuscc!ntuix!gthkoh
  4. From: gthkoh@ntuix.ntu.ac.sg (Koh Thong Hwee)
  5. Subject: Re: Help with Child Window
  6. Message-ID: <1992Nov19.011937.29963@ntuix.ntu.ac.sg>
  7. Organization: Nanyang Technological University - Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <1992Nov16.191302.29811@dragon.acadiau.ca>
  10. Date: Thu, 19 Nov 1992 01:19:37 GMT
  11. Lines: 32
  12.  
  13. Dave Ritacco (890751r@dragon.acadiau.ca) wrote:
  14. : Hi. I am working on my thesis involving numerical simulation of chaos
  15. : and I wish to write some points to a child window of my main window.
  16. : I am not sure exactly how to do this: for a parent window, I just
  17. : found the display context(DC) and away I went. I can't seem to find
  18. : anything equivalent for the Child Window. I am sure this is simple, but
  19. : I can't seem to find any reference on how to do this. Any help appreciated.
  20. : please e-mail any responses to 890751r@dragon.acadiau.ca
  21. : -- 
  22. : ************************************************************************
  23. : *        Dave Ritacco                Product of Acadia University      *
  24. : *           "Why don't you pull the trigger and find out?"             *
  25. : *        ritacco@otter.phys.uvic.ca                W.H.Bonney          *
  26.  
  27. Hi Dave,
  28.  
  29. If you are using BC++ OWL, you can look at the sample program that comes
  30. with it.  It's called STEP3.cpp under the directory .../OWL/EXAMPLES/STEPS.
  31. It shows how to use a display context, how to use a point array to display
  32. pictures on a window (which can also apply to a child window).  A more
  33. complete and more usable program is the STEP6.cpp which evolved from 
  34. STEP3.cpp with more graphics functions added.
  35.  
  36. OWL comes with the BC++ & AF package...
  37.  
  38. TH Koh
  39. gthkoh@ntuix.ntu.ac.sg
  40.  
  41.