From what I have read on naming conventions, it should be:
mnuFileNew
mnuFileOpen
mnuFileExit
mnuEditCut
mnuEditCopy
mnuEditPaste
and so on. The first three characters are supposed to represent what ever
it is you are using at that time. Form - frm, Frame - fra, vertical scroll
bar - vsb, text box - txt.
Hope this helps.
Moi
Quote:
> In my ever expanding pursuit to do things based on some kind of
"standard",
> I am trying to determine how to name menus.
> So if I have the following menu structure:
> File
> >New
> >Open
> >Exit
> How would you name each menu item?
> Thanks as all opinions are appreciated!
> Sean