/ Published in: C
FiveWin tutor02.prg source code
Expand |
Embed | Plain Text
#include "FiveWin.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Hello world!" ACTIVATE WINDOW oWnd return nil
You need to login to post a comment.
FiveWin tutor02.prg source code
#include "FiveWin.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Hello world!" ACTIVATE WINDOW oWnd return nil
You need to login to post a comment.