Despite being able to use some of VBs more advanced functions, I have never needed to make text in a text box scroll by using scroll bars until now. Could somebody pleeeeease explain this to me and provide some code examples????
THX
Printable View
Despite being able to use some of VBs more advanced functions, I have never needed to make text in a text box scroll by using scroll bars until now. Could somebody pleeeeease explain this to me and provide some code examples????
THX
All you need do is set the Textbox Scrollbar Property to Vertical, Horizonal, or both and set the Textbox Multiline Property to True. The rest takes care of itself.
If the code is too wide the horizontals come in to play
if the textbox is not high enough the vertical bar works.
Thanks! I saw those properties, but I thought you had to insert the scrollbars manually.