P
Paul
Hi,
I'm having problems adding pictures to an imagelist using a filename in my
working directory. Heres the code i'm trying use -
myImageList.Images.Add(System.Drawing.Image.FromFile("tree1.gif"));
I get complaints about using from file i guess its because it does not
exist for the compact framework, is there another way of doing the same
thing.
Thanks,
Paul
I'm having problems adding pictures to an imagelist using a filename in my
working directory. Heres the code i'm trying use -
myImageList.Images.Add(System.Drawing.Image.FromFile("tree1.gif"));
I get complaints about using from file i guess its because it does not
exist for the compact framework, is there another way of doing the same
thing.
Thanks,
Paul