I have a large unbound text box on a form that is essentially used as a text editor. If I click on the box, I can then "scroll" up and down using the keyboard's arrow keys to see text that falls "off the page". The textbox must be enabled however for that to work, and the cursor appears "within" the text-box.
What I want to do is create a more sophisticated interface that will "scroll" with both enabled and disabled text-boxes from outside the control. A neat "slider-bar" would be the coolest, but the easier way out is to have a "scroll up" and a "scroll down" button to reposition the text in the box (having both a slider bar and buttons would essentially simulate the standard windows style navigation).
I know how to position the cursor using SelStart for example, but I don't know if thats where I need to start thinking. It's not the position of the cursor that I need to manipulate anyways, its the position of the text in the text-box.
Any suggestions?
What I want to do is create a more sophisticated interface that will "scroll" with both enabled and disabled text-boxes from outside the control. A neat "slider-bar" would be the coolest, but the easier way out is to have a "scroll up" and a "scroll down" button to reposition the text in the box (having both a slider bar and buttons would essentially simulate the standard windows style navigation).
I know how to position the cursor using SelStart for example, but I don't know if thats where I need to start thinking. It's not the position of the cursor that I need to manipulate anyways, its the position of the text in the text-box.
Any suggestions?