How can I find the screen position of the caret for a standard Winforms TextBox?
I have been using the TextBox.GetPositionFromCharIndex function. It gives coordinates relative to the top left of the the TextBox.