Home All Groups Group Topic Archive Search About
Author
21 Feb 2006 8:06 PM
Jason
Hello

I've a RTB on a form with a few buttons, and each button will display
particular item when a person clicks them.

I was wondering is a quick way to clear a RTB before I start writing to it?
Thanks

Author
21 Feb 2006 8:31 PM
Rocky
RichTextBox1.Clear()


Show quoteHide quote
"Jason" <ja***@someone.com> wrote in message
news:ulwwSJyNGHA.1216@TK2MSFTNGP14.phx.gbl...
> Hello
>
> I've a RTB on a form with a few buttons, and each button will display
> particular item when a person clicks them.
>
> I was wondering is a quick way to clear a RTB before I start writing to
> it?
> Thanks
>
Author
21 Feb 2006 8:37 PM
iwdu15
try this

me.richtextbox1.text = ""

--
-iwdu15