Добавить Picture в PictureBox во время выполнения программы. Добавьте 1 PictureBox на форму. Private Sub Form_Load() 'Replace the 'c:\MyPic.bmp' below with your picture file name Picture1.Picture = LoadPicture("c:\MyPic.bmp") End Sub