codice:
Dim Img as stdPicture
Set Img = LoadPicture("PERCORSO IMMAGINE")
Form1.PaintPicture(Img ,(Form1.Width - Img.Width)/2,(Form1.Height - Img.Height)/2)
Lo metti in Form_Activate e setti AutoRedraw su True