Exact Caret Position in the Rich Edit Control
-
Now I want to create a vs auto-completion style list to help user typing in the Edit control. First I just want to it popup at caret postion but just can't control it's exact position with GetTextMetrics. Next How can I send key press between edit and popup list? Thanks. Sing when we're programming.
-
Now I want to create a vs auto-completion style list to help user typing in the Edit control. First I just want to it popup at caret postion but just can't control it's exact position with GetTextMetrics. Next How can I send key press between edit and popup list? Thanks. Sing when we're programming.
GetCaretPos() ClientToScreen() use these coordinates for positioning your popup window. "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr