Is it possible to put a statusbar on a dialog.
Regards,
Birol Betoncu
Is it possible to put a statusbar on a dialog.
Regards,
Birol Betoncu
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
ON INIT STATUSBAR( oDlg );
CENTER
RETURN NIL
STATIC FUNCTION STATUSBAR( oDlg )
SET MESSAGE OF oDlg;
TO "This is a status bar";
TIME DATE NOINSET 2007
RETURN NILEnrico, Thank you very much.
Birol