sixsmithc,
This is quite simple.
All you have to do is, create a menu and give it any name like mnumain using the menu editor.
Create the items that you want to display on the popup as submenus in mnumain.
Write the code for all the menu items by going to the form and double clicking on the menu-item.
After having completed this,go back to the menu editor and uncheck the visible property of the top item(mnumain) in the menu.This will make it invisible at run time.
Now to invoke this,you trap a right click event in the mouseup event of the form.In the code you will write the following:
if button=2 then
popupmenu mnumain
endif
in case of difficulties mail me.
smash81,
smash81@eudoramail.com