
Copy gif and jpg file in picture control to picture control
Question 1
I use paintpicture method that can copy bmp picture from one picture control
to another but can't copy jpg nor gif. Could I use other method to do the
same thing? Please help.
Question 2
I try to use picture.render method but always get the type missmatch error.
I think error comes from the HIMETRIC units.
My code here "Picture1.Picture.Render Picture2.hDC, 0, 0, 1000, 1000, 0, 0,
1000, 1000, Null"
Anyone can help me?