home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7344 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.2 KB

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