how to get BMPs from a GIF in runtime?
I have gif file in a byte array. It consist of only 1 picture. I need to gain a BMP from it to strech to a smaller size..
..and set it up as picture of an image component.
plz help
Printable View
how to get BMPs from a GIF in runtime?
I have gif file in a byte array. It consist of only 1 picture. I need to gain a BMP from it to strech to a smaller size..
..and set it up as picture of an image component.
plz help
if you are using Windows 98 or other except windows XP try using Image Edit Control. In NT version it Wanf Image Edit control and in others it is Kodak Image edit control.
The hints is first get the image in .gif format and then get a .bmp out og it. Then delete the .gif file.
i have no help for image edit control, how to use that, how can I load a gif file into the component. I set its datasource property, but nothing has happend.