TextBox uses plain text - period. RichTextBox has font capabilities,
formatting capabilities, and uses a different text structure, thereby
called "RICH TEXT".
Tom
DigitalGENOcyde wrote:
not to sound stupid, but whats the difference between a "textbox" and a "
rich textbox"...?
"iwdu15" wrote:
hi, i dont kno if it is there for textboxes but for rich text boxes there are
prewritten codes for that, these are not tested but its either:
me.richtextbox1.Cut()
or
me.richtextbox1.SelectedText.Cut()
i think its the first one, but there are codes written for cut, copy, and
paste