This is the sample. If you uncomment the 2007 clause the bitmap will be shifted up.
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oBar
DEFINE WINDOW oWnd
DEFINE BUTTONBAR oBar OF oWnd //2007
DEFINE BUTTON OF oBar;
FILE "C:\FWH\BITMAPS\CLIENT.BMP"
ACTIVATE WINDOW oWnd
RETURN NILEMG