_screen.AddObject("imgFoxHead", "image") WITH _screen.imgFoxHead .Picture = "g:\Garden.jpg" .Stretch = 1 && Isometric .Height = 300 .Width = 420 .Left = (_screen.Width/2) - (.Width /2) .Top = (_screen.Height/2) - (.Height /2) .Visible = .T. ENDWITH