View Single Post
  #7 (permalink)  
Old 04-17-2008, 04:54 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

Using the new SendMessageToControl method of the updated Hardware library you can send scroll messages to the textbox.
First download it here: Hardware library - V3.4

I've used 4 buttons: PageUp, PageDown, LineUp, LineDown
You could use a HardKey object to catch the hardware buttons and then send the scroll message.
Attached Files
File Type: sbp TextBoxScroll.sbp (2.2 KB, 41 views)
Reply With Quote