home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8567 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  760 b 

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!datmuc!chr
  2. From: chr@datmuc.UUCP (ChristianLechner)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: ES_MULTILINE Editfield in modeless dialogbox
  5. Message-ID: <1229@datmuc.UUCP>
  6. Date: 17 Aug 92 07:31:04 GMT
  7. Lines: 11
  8.  
  9. I want to insert a small texteditor into my WINDOWS 3.1 application.
  10. I use a modeless DialogBox, filled completely with an Edit-control
  11. with ES_MULTILINE.
  12. I run into trouble when the edit-dialogbox looses the focus, i.e.
  13. when I select another window while editing. The text in my edit-window
  14. disappears and I cannot type any text into my editor. When I close and
  15. restart the editor everything is fine again.
  16. Anybody knows this problem and has some advice?
  17.  
  18. Thanks,
  19.     Christian
  20.