
Anyone recommend a good Text control??
Using VB4 32-bit (or VB5) I need a decent 'textbox'-type control which can
:
- Load text files (<250k) quickly - preferably instantaly
- Search for specified characters (forward & backward!)
- Print selected text
- Highlight selected text
Normally I'd use the RichTextBox, but this won't search backwards.
Any suggestions?
Guy Cuthbert