T
tgillispie
I am trying to get the drag and drop in C# to work like it does in Word. I
have a list box, and I am dragging/dropping an item from it into a text box.
What I would like to see happen is that wherever the mouse is when I drop,
that is where the textbox.selectionStart begins. I can get he cursor
location, but I cannot convert that into a coordinate in the textbox. Thanks
in advance.
Travis
have a list box, and I am dragging/dropping an item from it into a text box.
What I would like to see happen is that wherever the mouse is when I drop,
that is where the textbox.selectionStart begins. I can get he cursor
location, but I cannot convert that into a coordinate in the textbox. Thanks
in advance.
Travis