home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!news.funet.fi!ajk.tele.fi!funic!sauna.cs.hut.fi!kaira.hut.fi!s34090e
- From: s34090e@kaira.hut.fi (Petri Taavila)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: MDI Child extra bytes
- Date: 6 Jan 1993 12:14:09 GMT
- Organization: Helsinki University of Technology, Finland
- Lines: 25
- Distribution: world
- Message-ID: <1ieiehINN7e0@sauna.cs.hut.fi>
- Reply-To: s34090e@kaira.hut.fi (Petri Taavila)
- NNTP-Posting-Host: kaira.hut.fi
-
- I'm writing an MDI application and I have
- difficulties using child window extra bytes
- to store child window specific structure handle.
-
- struct CHILD_WINDOW_INFO {
- char title[10];
- int flags;
- etc...
- }
-
- The question is how to associate this structure
- for each new mdichild window. And how to retrive
- fields from the structure later.
-
- Has anybody wrote this kind of implemetation?
-
- If so, please send sample code to me and
- I'll summarize the answers.
-
- //pete
-
- ! Petri Taavila ! petri.taavila@hut.fi! Nainen, poliisi ja taxi, ei !
- ! t 5673492 ! ! niit{ koskaan tarvitessa n{y. !
- ! k 5061553 ! ! - Tuntematon kotimainen artisti !
-
-