| KiXforms Class Library |
Quick Start |
Getting started with KiXforms is easy. The following example displays a top level window (called a form) and sets the caption bar text to "Hello World".
Break On $System = CreateObject("Kixtart.System") $Form = $System.Form() $Form.Text = "Hello World" $Form.Show While $Form.Visible $=Execute($Form.DoEvents) Loop Exit 0
| The CHM file was converted to HTML by chm2web software. |