estatefacts
Programmer
Hello,
I am trying to figure out how to load a TIFF file into an Image object so that I can print it out using VB6. I already know how to do this with a BMP file. I have read several threads that refer to downloading and using the imageeditor (I may not have spelled this correctly) and I have the imageeditor. But I have not seen any messages that tell how to use the imageeditor and most importantly the code examples that shows how to use it. For example I know how to do this:
But I have no idea how to do the above or something similar with a TIFF file.
Thank you so much for reading this message and for your help!
I am trying to figure out how to load a TIFF file into an Image object so that I can print it out using VB6. I already know how to do this with a BMP file. I have read several threads that refer to downloading and using the imageeditor (I may not have spelled this correctly) and I have the imageeditor. But I have not seen any messages that tell how to use the imageeditor and most importantly the code examples that shows how to use it. For example I know how to do this:
Code:
Image1.Picture = LoadPicture("C:\Picture Files\Picture_of_Airplane.bmp")
Code:
Printer.PaintPicture Image1.Picture, 0, 0, Printer.ScaleWidth, Printer.ScaleHeight
But I have no idea how to do the above or something similar with a TIFF file.
Thank you so much for reading this message and for your help!