Add
Add an menu item at the end of the menu(internal menu)
Add an menu item at the end of the menu(Resource menu)
BOOL Add( LPCSTR lpcszText, Function fnHandler, UINT nFlags = MF_STRING, int nMenuID = 0 )
BOOL Add( LPCSTR lpcszText, int nCmdID, UINT nFlags = MF_STRING )
returns true if successful else false.
Control.h