home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3385 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!news.cs.hut.fi!kaira.hut.fi!s34090e
  3. From: s34090e@kaira.hut.fi (Petri Taavila)
  4. Subject: How to implement two listboxes a'la FileManager?
  5. Message-ID: <1992Nov12.122304.18701@cs.hut.fi>
  6. Sender: usenet@cs.hut.fi (Uutis Ankka)
  7. Reply-To: s34090e@kaira.hut.fi (Petri Taavila)
  8. Organization: Helsinki University of Technology, Finland
  9. Date: Thu, 12 Nov 1992 12:23:04 GMT
  10. Lines: 26
  11.  
  12.  
  13.  
  14. The Win 3.1 FileManager has (as we all know) a multiple document
  15. interface where each child contains a pane containing a directory tree
  16. list and a filelist linked to the selected directory.  
  17.  
  18. According to spy, each MDI child seems to be a custom class which has
  19. the drive buttons and two listboxes as childs, and this class handles
  20. the resizing of childs. It appears that win-api does not have any kind
  21. of Pane control for positioning the child windows (like many X widget
  22. sets have).
  23.  
  24. Any ideas how this is implemented? Is it a custom control? Is there
  25. source code implementing such beast somewhere (publicly available)?
  26.  
  27. //pete
  28.  
  29.  
  30.  
  31.  
  32.  
  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.