home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1596 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  965 b 

  1. Path: sparky!uunet!wupost!uwm.edu!ogicse!das-news.harvard.edu!endor!gordy
  2. From: gordy@endor.uucp (Robert Gordy)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: OWL Edit Window
  5. Message-ID: <1992Aug31.190237.4844@das.harvard.edu>
  6. Date: 31 Aug 92 19:02:37 GMT
  7. Article-I.D.: das.1992Aug31.190237.4844
  8. Sender: usenet@das.harvard.edu (Network News)
  9. Organization: Aiken Computation Lab, Harvard University
  10. Lines: 15
  11.  
  12. Does anyone know an easy way of creating an edit window
  13. with > 64K of memory for the data.  I know that
  14. Petzold describes a way to get an edit control to have
  15. more than 64K, but I'm using OWL and would like to
  16. have OWL do most of the dirty work.
  17.  
  18. I think I should use the TEditWindow class, but I'm
  19. not sure how to get the extra big data area.  I've
  20. also thought about creating a dialog box with a menu
  21. and a single multiline edit control but I think that
  22. this is basically the same as the TEditWindow.
  23.  
  24. Thanks in advance for the help.
  25.  
  26. Rob Gordy
  27.