Is there a way to return a point for a string within a text box? I found a COM function GetTextExtentPoint that will return the length of a string, but I want to know the point
You're looking for the GetPositionFromCharIndex method.