Hello all,
I admit I haven't worked with GUI applications so far (total noob on this topic). What I need is the following
- on a form I would like to have a single line textbox which is scrollable
- the textual content will be provided by the program and must not be editable by the user
- the text can become long (~1000 characters), therefore I would like to have a scrollbar for the textbox
What is a reasonable control for the textbox (there seems to be no direct fit in the available controls) and how do I associate the scrollbar to it?
MathMan