Re: Image on a Compact Framework Form
From: Chris Tacke, eMVP (ctacke[at]OpenNETCF_dot_org)
Date: 08/01/04
- Next message: Ali: "RE: TextBox UpperCase"
- Previous message: Chris Tacke, eMVP: "Re: how to capture mouse move event."
- Next in thread: tcarvin: "Re: Image on a Compact Framework Form"
- Reply: tcarvin: "Re: Image on a Compact Framework Form"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 1 Aug 2004 16:58:22 -0400
No surprise. It's not intuitive since it's not a component by itself and
finding it in the catalog can be a bitch. I think it's part of the Pocket
IE piece, so if they used full-blown IE it may not be there - I'm not
certain. IMHO it should be part of the CF component as well, so adding the
CF to a platform will pull it in if it's not there already.
-Chris
"Art Cabot" <trash@stricklandtechnical.com> wrote in message
news:795430FB-14C1-4A4F-A617-B2691EAFF504@microsoft.com...
> Great idea! Why didn't I think of that?
>
> BTW, even the OEM (Intermec) can't seem to tell me if it's part of their
build.
> --
> Art Cabot
> Strickland Technical Services, Inc.
> Augusta, Georgia
>
>
> "Chris Tacke, eMVP" wrote:
>
> > create a file - any file will do, text or whatever. Rename it, and try
> > putting it in the Windows folder. If the real one is there, it'll let
you
> > know.
> >
> > -Chris
> >
> > "Art Cabot" <trash@stricklandtechnical.com> wrote in message
> > news:0A94B4CE-41DC-4321-BEB9-D93B45EF606C@microsoft.com...
> > > And if you don't have eVC?.....
> > >
> > > --
> > > Art Cabot
> > > Strickland Technical Services, Inc.
> > > Augusta, Georgia
> > >
> > >
> > > "Alex Feinman [MVP]" wrote:
> > >
> > > > You should look using CeFileViewer (part of eVC installation) since
File
> > > > Explorer does not show DLL files
> > > >
> > > > --
> > > > Alex Feinman
> > > > ---
> > > > Visit http://www.opennetcf.org
> > > > "Art Cabot" <trash@stricklandtechnical.com> wrote in message
> > > > news:F1831A6D-D5C4-4A4C-8A26-BF1A402B270B@microsoft.com...
> > > > > I don't see it in the \Windows folder, but I don't see it there in
the
> > > > emulator, either.
> > > > >
> > > > > Where should I be looking and how do I get it there if it's not
there?
> > Is
> > > > it as simple as copying it?
> > > > >
> > > > > I just noticed that the emulator loads netcf.all.wce4.x86.cab,
> > whereas
> > > > my mobile device is an ARMv4T CPU and would load a different cab
file.
> > Is
> > > > that any help?
> > > > > --
> > > > > Art Cabot
> > > > > Strickland Technical Services, Inc.
> > > > > Augusta, Georgia
> > > > >
> > > > >
> > > > > "Chris Tacke, eMVP" wrote:
> > > > >
> > > > > > Sounds like imgdecmp.dll may not be in the CE build.
> > > > > >
> > > > > > --
> > > > > > Chris Tacke, eMVP
> > > > > > Co-Founder and Advisory Board Member
> > > > > > www.OpenNETCF.org
> > > > > > ---
> > > > > > ---
> > > > > > Principal Partner
> > > > > > OpenNETCF Consulting
> > > > > > www.OpenNETCF.com
> > > > > >
> > > > > >
> > > > > >
> > > > > > "Art Cabot" <trash@stricklandtechnical.com> wrote in message
> > > > > > news:FECA1AAD-97C9-460D-8B2D-DC03F45E8E2C@microsoft.com...
> > > > > > > It hangs it the InitializeComponent() portion of the Windows
Form
> > > > Designer
> > > > > > code:
> > > > > > >
> > > > > > > Dim resources As System.Resources.ResourceManager = New
> > > > > > System.Resources.ResourceManager(GetType(Form1))
> > > > > > >
> > > > > > > Me.PictureBox1 - New System.Windows.Forms.PictureBox
> > > > > > >
> > > > > > > ' PictureBox1
> > > > > > > Me.PictureBox1.Image=
> > CType(resources.GetObject("PictureBox1.Image"),
> > > > > > System.Drawing.Image)
> > > > > > >
> > > > > > > It hangs on that last line and, if I trap the error, it's
either
> > just
> > > > a
> > > > > > generic Exception or, in a couple of my tries, a
> > NullReferenceException.
> > > > > > >
> > > > > > > I'm thinking I have to prepare the images in some sort of
> > reference
> > > > file,
> > > > > > but there's next to no documentation that I can find. It runs
fine
> > "as
> > > > is"
> > > > > > in the emulator.
> > > > > > >
> > > > > > > Help!!!
> > > > > > > --
> > > > > > > Art Cabot
> > > > > > > Strickland Technical Services, Inc.
> > > > > > > Augusta, Georgia
> > > > > > >
> > > > > > >
> > > > > > > "Art Cabot" wrote:
> > > > > > >
> > > > > > > > It's an Intermec CK30A mobile computer.
> > > > > > > >
> > > > > > > > --
> > > > > > > > Art Cabot
> > > > > > > > Strickland Technical Services, Inc.
> > > > > > > > Augusta, Georgia
> > > > > > > >
> > > > > > > >
> > > > > > > > "Chris Tacke, eMVP" wrote:
> > > > > > > >
> > > > > > > > > This is a PPC or a vanilla CE device?
> > > > > > > > >
> > > > > > > > > -Chris
> > > > > > > > >
> > > > > > > > > "Art Cabot" <trash@stricklandtechnical.com> wrote in
message
> > > > > > > > > news:0C67CDA8-D505-426F-80AA-4D2A7CF61D16@microsoft.com...
> > > > > > > > > > Actually, it was every image on every form. If I took
one
> > off,
> > > > then
> > > > > > the
> > > > > > > > > next one that tried to open would fail. I'll get some
examples
> > of
> > > > the
> > > > > > code
> > > > > > > > > that hung tomorrow.
> > > > > > > > > >
> > > > > > > > > > .NET and Compact Framework is a new area for me. I may
be
> > doing
> > > > > > something
> > > > > > > > > wrong, but, like I said at the outset, it runs fine in the
> > > > emulator.
> > > > > > > > > > --
> > > > > > > > > > Art Cabot
> > > > > > > > > > Strickland Technical Services, Inc.
> > > > > > > > > > Augusta, Georgia
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > "Alex Feinman [MVP]" wrote:
> > > > > > > > > >
> > > > > > > > > > > Can you email me a copy of the failing image?
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Alex Feinman
> > > > > > > > > > > ---
> > > > > > > > > > > Visit http://www.opennetcf.org
> > > > > > > > > > > "Art Cabot" <trash@stricklandtechnical.com> wrote in
> > message
> > > > > > > > > > >
news:DB7203D9-FC5F-414E-8223-890D1B24FD6C@microsoft.com...
> > > > > > > > > > > > I had some that were full-screen (160x160), but I
made
> > one
> > > > that
> > > > > > was
> > > > > > > > > 16x16
> > > > > > > > > > > and got the same error. I think they were included in
the
> > > > > > project, but
> > > > > > > > > I
> > > > > > > > > > > can try again.
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Art Cabot
> > > > > > > > > > > > Strickland Technical Services, Inc.
> > > > > > > > > > > > Augusta, Georgia
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > "Alex Feinman [MVP]" wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > Could it be that the image is too large? What type
of
> > > > image?
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Alex Feinman
> > > > > > > > > > > > > ---
> > > > > > > > > > > > > Visit http://www.opennetcf.org
> > > > > > > > > > > > > "Art Cabot" <trash@stricklandtechnical.com> wrote
in
> > > > message
> > > > > > > > > > > > >
> > news:DC114604-35B1-4CBC-A07B-2BAAD9ED0B9E@microsoft.com...
> > > > > > > > > > > > > > Should I be able to put an image on a form for a
> > mobile
> > > > > > device
> > > > > > > > > running
> > > > > > > > > > > > > Compact Framework? It runs fine in the emulator,
but
> > > > hangs
> > > > > > when run
> > > > > > > > > on
> > > > > > > > > > > the
> > > > > > > > > > > > > device.
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Art Cabot
> > > > > > > > > > > > > > Strickland Technical Services, Inc.
> > > > > > > > > > > > > > Augusta, Georgia
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> >
> >
> >
- Next message: Ali: "RE: TextBox UpperCase"
- Previous message: Chris Tacke, eMVP: "Re: how to capture mouse move event."
- Next in thread: tcarvin: "Re: Image on a Compact Framework Form"
- Reply: tcarvin: "Re: Image on a Compact Framework Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|