how can i show the scrollbars on RichTextBox?
i'm trying use the scrollbar property, but it's ignored and give me an error on run-time:
"run-time error '383': the property is read-only"
strange... why these error message?
i'm trying use the scrollbar property, but it's ignored and give me an error on run-time:
"run-time error '383': the property is read-only"
strange... why these error message?
Code:
rtbCodeText.ScrollBars = rtfBoth