Hi, I am writing a BHO ing C# and I need to paste some text into the current cursor position of a textarea.
Basically, I am trying to do the same thing as Right-Click->Paste, instead of paste from the clipboard, I am pasting from a variable inside my BHO.
I am able to get the textarea element when a certain event is triggered, but I don't know where the cursor is.
Anybody has any experience on this
Thanks!