Where can I find a good description or tutorial on how to use this darn thing??
Thanks!!
Printable View
Where can I find a good description or tutorial on how to use this darn thing??
Thanks!!
MSDN
That's where I learned it. Just remember not to loop the rtfbox.Find() method because it's slow.
If you want to do multiple searches, dump the rtfbox.text to a string then use InStr()
single lookups are not a problem though