M
Mario
Hi,
I'm developing a application for my IPAQ in c#.
My problem is: I have a pictureBox on the principal form and in the code i
load differents images from a Imagelist.
pictureBox1.Image.Dispose();
pictureBox1.Image = ImageList.Image[0];
When this succed the picturebox get blank (or null image) appareance.
What happens with my code?
Thanks,
I'm developing a application for my IPAQ in c#.
My problem is: I have a pictureBox on the principal form and in the code i
load differents images from a Imagelist.
pictureBox1.Image.Dispose();
pictureBox1.Image = ImageList.Image[0];
When this succed the picturebox get blank (or null image) appareance.
What happens with my code?
Thanks,