NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.

Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorTeam NTK
    • CommentTimeJun 6th 2009 edited
     
    Just a working test
    •  
      CommentAuthorjnd
    • CommentTimeJun 6th 2009 edited
     
    Yep, seems to work properly.
    •  
      CommentAuthorAbbougaga
    • CommentTimeJun 8th 2009 edited
     
    Hi guys
    Does this mean the NTK forum is reopen? :boogie:

    cheers,
    Ab
    •  
      CommentAuthorjnd
    • CommentTimeJun 15th 2009 edited
     
    Test - code snipet insertion

    /* *****************************************************************************
     Program   : HELLO.PRG
     Launch      HELLO.EXE
     ..........: Just a Minimalist Hello World Sample proggy using NTK RAD
     Make      : MKRAD Hello
     Date      : 09/08/05
    ****************************************************************************** */
    
    
    #include "windows.ch"
    #include "ntkgdi.ch"
    
    #include "ntkmsg.ch"
    #include "ntkacc.ch"
    #include "ntkcmd.ch"
    #include "wNtk.ch"
    #include "wNtkKeys.ch"
    
    
    
    Function main()
    Local hWndDemo
    Local cWinTitle := "Hello World ! This is my first app. with NTK RAD system..."
    
    // minimum Main Window declaration
    Create Window hWndDemo         ;
           Title  cWinTitle
    
    Activate Window hWndDemo normal             // display the current window and its child controls
    Auto Handle Events Of Window hWndDemo       // start processing background events (animate the current window)
    
    Close Window hWndDemo
    Return
    
    
    
    •  
      CommentAuthorjnd
    • CommentTimeJun 17th 2009 edited
     
    Just for fun - A new revolutionary kind of Real Human Interface. Maybe the future Ms-Surface challenger? :wink:
    Find out more about it, clicking this link:

    •  
      CommentAuthorMarkus II
    • CommentTimeJul 19th 2009
     
    I prefer NTK++