Posted By


fivetech on 02/12/13

Tagged


Statistics


Viewed 82 times
Favorited by 0 user(s)

FiveWin tutor02.prg


/ Published in: C
Save to your folder(s)

FiveWin tutor02.prg source code


Copy this code and paste it in your HTML
  1. #include "FiveWin.ch"
  2.  
  3. function Main()
  4.  
  5. local oWnd
  6.  
  7. DEFINE WINDOW oWnd TITLE "Hello world!"
  8.  
  9. ACTIVATE WINDOW oWnd
  10.  
  11. return nil

URL: www.harbour-project.org

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.