Hello,
VB does not recognize .tif (Tagged Image Files) as a picture object. Therefore, how can one access .tif files either using VB's PaintPicture method or API calls to "StretchBits" & "BitBitwees" ?
Thanks.
Printable View
Hello,
VB does not recognize .tif (Tagged Image Files) as a picture object. Therefore, how can one access .tif files either using VB's PaintPicture method or API calls to "StretchBits" & "BitBitwees" ?
Thanks.
You can use the ImgEdit control that comes with VB professional to convert tif to bmp
Go here for sample code.