- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd;
PIXEL
ACTIVATE WINDOW oWnd;
ON CLICK MSGINFO( oWnd:ClassName )
RETURN NIL
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd;
PIXEL
ACTIVATE WINDOW oWnd;
ON CLICK MSGINFO( oWnd:ClassName )
RETURN NIL
#xcommand DEFINE WINDOW <oWnd> ;
[ FROM <nTop>, <nLeft> TO <nBottom>, <nRight> ] ;
[<pixel: PIXEL>] ;
[ TITLE <cTitle> ] ;
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 79 guests