StartProGUI

www.progui.co.uk  Top  Previous  Next

StartProGUI()

Syntax

StartProGUI(UserName$, KeyCode1, KeyCode2, KeyCode3, KeyCode4, KeyCode5, KeyCode6, KeyCode7)

Description

 

Initiates ProGUI for use.  This must be the first command that is called with the exception of ProGUIVersion.

ProGUI defaults to trial mode if incorrect keycodes are entered.

 

Example:

  

 IncludeFile "ProGUI_PB.pb"

 

 StartProGUI("", 0, 0, 0, 0, 0, 0, 0)

 

 

General Index