I need to display a variable-length message and allow the text to be selectable. I have made the TextBox ReadOnly which does not allow the text to be edited, but the input c
When using the win32 call don't forget to hide the cursor in the textbox's GotFocus event.