- Code: Select all Expand view
#include "Fwce.ch"
FUNCTION MAIN()
LOCAL oWnd, oMen
MENU oMen
MENUITEM "Test" ACTION MSGINFO( "Test" )
ENDMENU
DEFINE WINDOW oWnd;
MENU oMen
ACTIVATE WINDOW oWnd
RETURN NIL
EMG
#include "Fwce.ch"
FUNCTION MAIN()
LOCAL oWnd, oMen
MENU oMen
MENUITEM "Test" ACTION MSGINFO( "Test" )
ENDMENU
DEFINE WINDOW oWnd;
MENU oMen
ACTIVATE WINDOW oWnd
RETURN NIL
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 12 guests