i had just a big confusion where should i put the string of bmp file eg "c:\winnt\sysvol\adioph\superman.bmp" in this script:

Break On
$System = CreateObject("Kixtart.System")

;KD START

;************* Form **************
$Form = $System.Form()
$Form.BackColor = 212,208,200
$Form.Height = 293
$Form.Text = "KiXforms Designer Template"
;**************************************

;************* PictureBox1 **************
$PictureBox1 = $Form.Controls.PictureBox()
$PictureBox1.BackColor = 212,208,200
$PictureBox1.BorderStyle = 0
$PictureBox1.Height = 102
$PictureBox1.Left = 89
$PictureBox1.Picture = ""
$PictureBox1.Top = 30
$PictureBox1.Width = 120

thanks, please post for reply.....