I’ve been trying to paste a picture inside the rich text
document using richtextDocAdv.Selection.InsertImage(img) but the moment I click
the hyperlink the selection position value starts at the start of the document.
Resetting the cursor selection position value from the richtextDocAdv. Is there
a way that I can insert the image in the last selection value that I receive ?
at the moment I’m recording the X and Y cords in a Point variable with the
pointer_pressed event but I cannot seem to paste the image in the desired
coord.