Is there any way you can use the same menu without writing it out on each form?.
cheers
Printable View
Is there any way you can use the same menu without writing it out on each form?.
cheers
Not like a static menu on the top left corner of your Form but as a popup menu:You can also set coordinates (like in example above).Code:PopupMenu frmSomeForm.mnuSomeMenu, , [x-coordinate], [y-coordinate]