[Gambas-user] Problem clearing picture in a PictureBox

2012-11-30 Thread Willy Raets
Hi, I've this form with a Panel and in there some TextBoxes, PictureBoxes and some Buttons. Button opens a Dialog to browse for PNG files and when selected show use the Dialog.Path to load the PNG into PictureBox (using PicBox.Picture = Picture.Load(Dialog.Path)) At a certain moment I want to

Re: [Gambas-user] Problem clearing picture in a PictureBox

2012-11-30 Thread Benoît Minisini
Le 30/11/2012 16:04, Willy Raets a écrit : Hi, I've this form with a Panel and in there some TextBoxes, PictureBoxes and some Buttons. Button opens a Dialog to browse for PNG files and when selected show use the Dialog.Path to load the PNG into PictureBox (using PicBox.Picture =

Re: [Gambas-user] Problem clearing picture in a PictureBox

2012-11-30 Thread Willy Raets
On Fri, 2012-11-30 at 16:06 +0100, Benoît Minisini wrote: Le 30/11/2012 16:04, Willy Raets a écrit : Hi, I've this form with a Panel and in there some TextBoxes, PictureBoxes and some Buttons. Button opens a Dialog to browse for PNG files and when selected show use the Dialog.Path to