Code: Select all
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 60 2007
...
SET MESSAGE OF oWnd TO "Testing the ButtonBar 2007 Office look" ;
CENTERED 2007 CLOCK KEYBOARD
Code: Select all
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 60 2007
...
SET MESSAGE OF oWnd TO "Testing the ButtonBar 2007 Office look" ;
CENTERED 2007 CLOCK KEYBOARD
Code: Select all
IF StatBarLook()
WndBoxIn( hDC, 0, nLeft - 8, ::oMsgBar:nHeight - 1, nLeft - 7 ) // Statusbar Parts look
ELSE
WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) // Original Depressed Look
ENDIF