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 Dia
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 =
> Pictu
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 cle