Hi all. I'm new in assembler programming, mainly in C and VB6. I think RaEdit is a very useful control and i'd like to use it in a my project.
My problem is: how can i build a context menu for that control ? Is there a message that control sends when I click in the edit area ? Thanks in advance for the answers. :bg
Hi Korvo
The control sends a WM_CONTEXTMENU message to the parent window.
KetilO
Hi KetilO
Thanks, now it works like a charme :U