home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 993 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.0 KB

  1. Path: sparky!uunet!gatech!mailer.cc.fsu.edu!uflorida!reef.cis.ufl.edu!thanos
  2. From: thanos@reef.cis.ufl.edu (Thanos Karras)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Setting Text Selection OFF in Edit Controls. HOW??
  5. Message-ID: <36513@uflorida.cis.ufl.edu>
  6. Date: 24 Jul 92 13:13:12 GMT
  7. Sender: news@uflorida.cis.ufl.edu
  8. Organization: Univ. of Florida CIS Dept.
  9. Lines: 19
  10. Nntp-Posting-Host: reef.cis.ufl.edu
  11.  
  12. Hello fellow Windowers:
  13.  
  14. Two questions for you today:
  15.  
  16. 1)
  17. I have a modal dialog box that contains a multiline edit control and 
  18. some buttons.
  19. The problem I am facing is that when I tab to the edit control, the text
  20. is selected. Is there any way to set the selection off in multiline 
  21. edit controls?
  22.  
  23. 2)
  24. I have a modal dialog box that contains a static window and a scroll bar.
  25. I want to scroll my own text. The arrow key messages only come to me when 
  26. the key is released (WM_KEYUP). PAGE-UP and PAGE-DOWN return WM_KEYDOWN!
  27. What is going on here? How can I get WM_KEYDOWN for the arrow keys?
  28.  
  29. Thanos Karras
  30. thanos@reef.cis.ufl.edu
  31.