If you open notepad and drag the Form that contains the menu options that you want to replicate into notepad from windows explorer you will see the code for the menus. ie:
Begin VB.Menu mnuFile
Caption = "&File"
Begin VB.Menu mnuLocation
Caption = "Change &Location"
End
Begin VB.Menu mnuFileClose
Caption = "Close"
End
End
if you copy this, clear notepad and drag the form you wnat to add the menu to, then paste and save it when you open the form it will have the menu options