Dear all,

I have to display jpg dynamically in my eVB app but the image control come
with does not support jpg. Any ActiveX can do so? Where can it be
downloaded/purchased from?

Thanks,
Jeff.

Re: How can I display jpg in my eVB application by Dennis

Dennis
Thu Feb 05 01:46:27 CST 2004

Research the Imgdecmp DLL. It is part of the firmware on many (maybe all?)
iPAQs and it will display several kinds of image files including JPG.
Here's a good link:

http://www.scottandmichelle.net/scott/code/index2.mv?codenum=088

--
Dennis Gallagher
Monroe, WA, USA


"Jeff Chan" <jeffchan629@hotmail.com> wrote in message
news:u5dbcl76DHA.804@tk2msftngp13.phx.gbl...
> Dear all,
>
> I have to display jpg dynamically in my eVB app but the image control come
> with does not support jpg. Any ActiveX can do so? Where can it be
> downloaded/purchased from?
>
> Thanks,
> Jeff.
>
>



Re: How can I display jpg in my eVB application by paulnewton44

paulnewton44
Thu Feb 05 08:22:12 CST 2004

This is not probably the answer you want but here goes...

Convert the .jpg to a .bmp and use the Image Control

PicVar = "\Program Files\YourApp\YourImage.bmp"
YourImageCntrl.Picture = PicVar

I think I'm correct in saying though that the .bmp can only have up to 16 colours.

Hope this helps...


Paul Newton


"Jeff Chan" <jeffchan629@hotmail.com> wrote in message news:<u5dbcl76DHA.804@tk2msftngp13.phx.gbl>...
> Dear all,
>
> I have to display jpg dynamically in my eVB app but the image control come
> with does not support jpg. Any ActiveX can do so? Where can it be
> downloaded/purchased from?
>
> Thanks,
> Jeff.

Re: How can I display jpg in my eVB application by ª÷¤û®y¬P¥Ú

ª÷¤û®y¬P¥Ú
Thu Feb 05 10:54:01 CST 2004

Hello Dennis,

Thanks for your reply.

But can I call this in eVB? It seems to be a cpp code...

Thanks,
Jeff.


"Dennis" <junk@galron.com> wrote in message
news:uW5ycv76DHA.3304@tk2msftngp13.phx.gbl...
> Research the Imgdecmp DLL. It is part of the firmware on many (maybe
all?)
> iPAQs and it will display several kinds of image files including JPG.
> Here's a good link:
>
> http://www.scottandmichelle.net/scott/code/index2.mv?codenum=088
>
> --
> Dennis Gallagher
> Monroe, WA, USA
>
>
> "Jeff Chan" <jeffchan629@hotmail.com> wrote in message
> news:u5dbcl76DHA.804@tk2msftngp13.phx.gbl...
> > Dear all,
> >
> > I have to display jpg dynamically in my eVB app but the image control
come
> > with does not support jpg. Any ActiveX can do so? Where can it be
> > downloaded/purchased from?
> >
> > Thanks,
> > Jeff.
> >
> >
>
>



Re: How can I display jpg in my eVB application by Richard

Richard
Fri Feb 06 09:55:00 CST 2004

Use the HTML Viewer class in your eVB app and point it to the JPG file.

"Jeff Chan" <jeffchan629@hotmail.com> wrote in message
news:u5dbcl76DHA.804@tk2msftngp13.phx.gbl...
> Dear all,
>
> I have to display jpg dynamically in my eVB app but the image control come
> with does not support jpg. Any ActiveX can do so? Where can it be
> downloaded/purchased from?
>
> Thanks,
> Jeff.
>
>



Re: How can I display jpg in my eVB application by paulnewton44

paulnewton44
Mon Feb 09 03:36:13 CST 2004

I'm not familier with this Richard.

Could you give some tips on it's usage.


Thanks..


Paul Newton


"Richard Radford" <rradford_nospam@peakeurope.com> wrote in message news:<OuOYUmM7DHA.4060@tk2msftngp13.phx.gbl>...
> Use the HTML Viewer class in your eVB app and point it to the JPG file.
>
> "Jeff Chan" <jeffchan629@hotmail.com> wrote in message
> news:u5dbcl76DHA.804@tk2msftngp13.phx.gbl...
> > Dear all,
> >
> > I have to display jpg dynamically in my eVB app but the image control come
> > with does not support jpg. Any ActiveX can do so? Where can it be
> > downloaded/purchased from?
> >
> > Thanks,
> > Jeff.
> >
> >