home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / misc / 5416 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  767 b 

  1. Path: sparky!uunet!UB.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!sdd.hp.com!cs.utexas.edu!usc!howland.reston.ans.net!spool.mu.edu!agate!garnet.berkeley.edu!neff123
  2. From: neff123@garnet.berkeley.edu ()
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Page-up/down keys with VB
  5. Date: 27 Jan 1993 06:34:53 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 9
  8. Message-ID: <1k5aed$3mu@agate.berkeley.edu>
  9. NNTP-Posting-Host: garnet.berkeley.edu
  10.  
  11. Can anyone tell me how to use the page-up/down keys with a 
  12. multi-line textbox in VB 2.0?  The textbox has a built-in 
  13. vertical scrollbar.  I know I can use KeyDown events to change
  14. the value of a normal scrollbar.  But how can I change the 
  15. value of a built-in scrollbar on a textbox?
  16.  
  17. Thanks in advance...
  18. {_
  19.  
  20.