PDA

Click to See Complete Forum and Search --> : Tif files access in VB


jamescrasto
May 25th, 2001, 01:27 PM
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.

jim mcnamara
May 25th, 2001, 03:37 PM
You can use the ImgEdit control that comes with VB professional to convert tif to bmp

Go here (http://www.eastmansoftware.com/support_pro/sample_code.htm) for sample code.