
support for GIP and JPG file
Hi Amit,
you could always try OleThingo from www.thingo.co.nz
i think it's FREE.
this is a component (not a control - ie not a picturebox), it can load BMP,
GIF, PNG, JPEG file formats (and save picture/image files).
it more or less is an implementation of the StdPicture type on VB6.
you can draw you picture as simply as:
Dim pic As OleThingo.PictureThing
Set pic = CreateObject("OleThingo.PictureThing")
pic.LoadFile App.Path & "\tile1.jpg"
pic.Render Me.hDC, 0, 0, 100, 100, 0, 0, 100, 100
pic.SaveFile App.Path & "\temp1.bmp", PicBMP
oh, and yes! it does more than 256 colors.
--
wolf kumpitsch
snr design engineer, thingo ltd
http://www.thingo.co.nz
------------------------- we make things, useful -------------------------
Quote:
> Hi,
> any body knows how to get support for JPG , CUR and Gif Image files in
Evb.
> pls let me know if any third party control avaiable for it.
> thanks