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