Hi all,

I am working on creating ACTIVEX control for smart client application. I need to convert the image avialable in my local folder (C:\Scan\Image. tiff or Image.bmp) into Byte Array. I need to do this convertion in a method, so that i can expose it to those projects consuming my ACTIVEX control.So my input would be filename and output would be Byte Array.

I am new to VB6 and really facing very difficult to handle...