Hello, Is there a way to add scrollbars to a LABEL control? I've tried all sorts of things to make a TEXTBOX work but without achieving the desired effect.
Have you looked into a listbox?
Thanks for the suggestion, James. Yes, a ListBox will work. I was trying not to modify too much code as this project is an old converted VB app. A ListBox will probably work better!