support for GIP and JPG file 
Author Message
 support for GIP and JPG file

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



Mon, 25 Oct 2004 16:26:51 GMT  
 support for GIP and JPG file
Hi,
s309 picture box (http://members.xoom.com/s309) I think

Pete


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



Mon, 25 Oct 2004 22:36:00 GMT  
 support for GIP and JPG file
I got problems using s309PictureBox.ocx.  Any body experienced the following

1. With Actual Device - the picture cannot load, it is empty (The control
has been registered sucessfully)
2. With Emulator, - control fail to register, having loadlibrary failed when
I tried to register it.

-Piyob



Quote:
> Hi,
> s309 picture box (http://members.xoom.com/s309) I think

> Pete



> > 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



Sat, 30 Oct 2004 16:24:24 GMT  
 support for GIP and JPG file
You might check out the docs for the control.  You have to set, for
example, the Visible property to True in code, regardless of the IDE
setting or the control won't appear.

Other stuff:
http://www.nsbasic.com/s309/PictureBox/S309PictureBox_tips.html
http://www.nsbasic.com/s309/

hth,
-mike

This posting is provided AS IS with no warranties, and confers no rights.



Sun, 31 Oct 2004 03:47:17 GMT  
 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



Tue, 02 Nov 2004 05:36:51 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Doesn't VB6 support JPG.....

2. How To make eVB support *.jpg and *.gif

3. convert graphic type formats EPS to JPG, PCX to JPG, TIFF to JPG, etc

4. All my JPG files have become VBS files!

5. all jpg files converted to .vbs files

6. All my JPG files have become VBS files!

7. all jpg files converted to .vbs files

8. Can replace jpg files into resourse file?

9. Can replace jpg files into resourse file?

10. Get .jpg file from HTTP address and store in local file

11. How to convert a BMP file to a JPG file

12. Resize JPG image and save as new JPG?

 

 
Powered by phpBB® Forum Software