.....to make me extremely happy if you can answer this question. I'm making a simple text editor, and I'd like to know how to implement find and replace features as seen in most applications. I've already found a tutorial on VB-Square, but I'd like to know how to make my program highlight each individual instance of the text (when found), replace this text when prompted, and move onto the next instance when the "Next" button is clicked. Even if you could just point me in the direction of some useful functions to look at, I'd be ecstatic!

TIA!