This SDK example shows how to define new menu options and how to interact with all menu commands.
Add to your project a new file called Catalog.xml:
<?xml version="1.0" encoding="utf-8"?>
<Projects>
<Project Name="Menu" Location=".">
<File Name="Menu.dll" Target="Packages" />
<File Name="Menu.pdb" Target="Packages" />
</Project>
</Projects>
Modify the project post-build event command line to:
"$(GX_SDK_DIR)\Tools\Updater" ..\..\Catalog.xml ..\..\ "$(GX_PROGRAM_DIR)"\ $(Configuration)
"$(GX_PROGRAM_DIR)"\Genexus /install
When your project is build, it will be copied to the GeneXus version and installed.