When I try to run your script I get the following error.

error on line 5

When I set it to debug it errors out on

$frmMain.ClientSize = 1024,768

When I comment this out it errors out on line 32

$grpToolBar = $frmMain.GroupBox("",0,0,$frmMain.ClientWidth,30)

I downloaded the latest forms v 2.30b2

Anything else I need to do? I exploded the zip form onto my kixtart directory where I have all my other dlls

Thanks.