During an installation, when I got to the stage of accepting the terms, I discovered that the "Next" button was disabled until I scrolled to the end of the text. Can anyone help with how this is done?
I prefer C# or VB.NET
Asked
Active
Viewed 2,085 times
1

afaolek
- 8,452
- 13
- 45
- 60
-
See [Get current scroll position from rich text box control?](http://stackoverflow.com/a/10238729/719186) – LarsTech Aug 16 '12 at 15:13
-
This might be something that you need. http://stackoverflow.com/a/656863/641123 – Guo Hong Lim Aug 16 '12 at 15:25
-
any solution about it ? I was wondering how could I disable this button till the user scroll till the end of terms and conditions. – Kiquenet Oct 24 '12 at 20:12
1 Answers
1
try using vScrollBar
for RichTextBox!!
this will help you (msdn)
here you have form stack overflow...