Hi all,
That`s the whole scenario I`m testing:
Put a RichTextBox control on a form, and a button that shows its current Text property value.
The problem is that the value I get is always what it`s been initially ("RichTextBox1" for example with the default one) and doesnt change even after typing something different in there at runtime.
Is it a well-known bug, or I`m missing something trivial there ?
Thanks