home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4630 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.1 KB  |  38 lines

  1. Path: sparky!uunet!mcsun!news.funet.fi!ajk.tele.fi!funic!sauna.cs.hut.fi!kaira.hut.fi!s34090e
  2. From: s34090e@kaira.hut.fi (Petri Taavila)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: MDI Child extra bytes
  5. Date: 6 Jan 1993 12:14:09 GMT
  6. Organization: Helsinki University of Technology, Finland
  7. Lines: 25
  8. Distribution: world
  9. Message-ID: <1ieiehINN7e0@sauna.cs.hut.fi>
  10. Reply-To: s34090e@kaira.hut.fi (Petri Taavila)
  11. NNTP-Posting-Host: kaira.hut.fi
  12.  
  13. I'm writing an MDI application and I have 
  14. difficulties using child window extra bytes
  15. to store child window specific structure handle.
  16.  
  17. struct CHILD_WINDOW_INFO {
  18.     char title[10];
  19.     int flags;
  20.     etc...
  21. }
  22.  
  23. The question is how to associate this structure
  24. for each new mdichild window. And how to retrive
  25. fields from the structure later.
  26.  
  27. Has anybody wrote this kind of implemetation?
  28.  
  29. If so, please send sample code to me and 
  30. I'll summarize the answers.
  31.  
  32. //pete
  33.  
  34. ! Petri Taavila ! petri.taavila@hut.fi! Nainen, poliisi ja taxi, ei     !
  35. ! t  5673492    !                     ! niit{ koskaan tarvitessa n{y.   !
  36. ! k  5061553    !                     ! - Tuntematon kotimainen artisti !
  37.  
  38.