Hi guys,

this is probably a really easy question, but is there any way to disable a textbox but still allow the scroll bar to scroll, because i am setting up a simple messaging system.

Now i am displaying it in a textbox, but have disabled the textbox so that the user cant alter any of the text in the message they are reading. But if the message is longer than what will fit in the textbox then the user cant read the rest of the message because the scrollbar is also disabled.

So is there any way around this?

Thanks in advance for any help