The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Korvo on June 13, 2009, 07:12:38 AM

Title: RaEdit menu
Post by: Korvo on June 13, 2009, 07:12:38 AM
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
Title: Re: RaEdit menu
Post by: KetilO on June 13, 2009, 09:45:32 AM
Hi Korvo

The control sends a WM_CONTEXTMENU message to the parent window.

KetilO
Title: Re: RaEdit menu
Post by: Korvo on June 13, 2009, 10:46:26 AM
Hi KetilO

Thanks, now it works like a charme  :U