We are implementing a new feature for these forums to allow to run the posted code.
You will notice that "RUN" appears now over the code. Just click on it. This is a work in progress. It is not completed yet. Many thanks for your feedback!
You will notice that "RUN" appears now over the code. Just click on it. This is a work in progress. It is not completed yet. Many thanks for your feedback!
#include "FiveWin.ch"
function Main()
聽 聽local oWnd
聽 聽DEFINE WINDOW oWnd TITLE "Using FWH"
聽 聽ACTIVATE WINDOW oWnd CENTERED
return nil