This is a sample. The menu bar is only painted for the part used by the menu.
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
  LOCAL oWnd, oMen
  MENU oMen 2015
    MENUITEM "Test"
  ENDMENU
  DEFINE WINDOW oWnd;
      MENU oMen
  ACTIVATE WINDOW oWnd
  RETURN NILEMG