I am trying to develop a custom Text Editor Control and wish to use EM_CHARFROMPOS to find the character under the mouse cursor. This would be easy if I was inheriting from the RichTextBox or TextBox Controls however I wish to do all myself, not even trying to inherit from TextBoxBase.
Is there any way to do this, what data does this message operate on and can I use it? Sorry no code, at the moment using Panel as my base.
Thanks Danny.