[Gambas-user] PictureBox1.Picture.Clear doesn't seem to work

Benoît Minisini gambas at ...1...
Tue Feb 23 01:02:57 CET 2010


> 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




More information about the User mailing list