- Code: Select all Expand view RUN
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
@ 2, 2 BTNBMP FILE "c:\fwh\bitmaps\open.bmp";
NOBORDER
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
@ 2, 2 BTNBMP FILE "c:\fwh\bitmaps\open.bmp";
NOBORDER
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oMen
MENU oMen
ENDMENU
DEFINE WINDOW oWnd
DEFINE BUTTONBAR OF oWnd 2007
DEFINE BUTTON OF oWnd:oBar;
MENU oMen;
NOBORDER
ACTIVATE WINDOW oWnd
RETURN NIL
Return to Bugs report & fixes / Informe de errores y arreglos
Users browsing this forum: No registered users and 16 guests