How can I do some code when the user changes what line the caret is on?
so something like:
sub textbox1_lineindexchanged (byval ....) Handles Textbox1.Lineindexchanged
'do code based on the current line
end sub
sorry, I am using a richtextbox, just I always used it so I just call it a textbox in my thoguhts.