News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RaEdit menu

Started by Korvo, June 13, 2009, 07:12:38 AM

Previous topic - Next topic

Korvo

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

KetilO

Hi Korvo

The control sends a WM_CONTEXTMENU message to the parent window.

KetilO

Korvo

Hi KetilO

Thanks, now it works like a charme  :U