> I have a picture box with an image loaded and I'd like to clear it. > Here's what I'm trying: > > PictureBox1.Picture.Clear > PictureBox1.Picture.Flush > PictureBox1.Refresh > > It doesn't work. Am I missing something? > I'm using Gambas 2.13. PictureBox1.Picture = NULL ? -- Benoît Minisini