I need to get text from a textbox in winforms, i need to get the text that the cursor is in between e.g
Hello or posit|ion or look
This should return the word position (Note here i used the pipe as the cursor)
Do you know any technique i can use for this
I tested this real quick and it seems like it works consistently