Hi,

Iâ??m having some issues only on the Dell Axim x50v. Due to the higher res
(640X480) on that device some of the images look very small. Others are
stretched to the correct scale. All these images are just static bimaps
added in the resources and it was my understanding that this should all
automatically stretch to the correct size in higher res (due to using logical
units). Iâ??m using C++ in Visual Studio 2005 and the images are declared in
the resource file as:

147,IDC_SUBREFRESH_BITMAP,"Static",SS_BITMAP | SS_NOTIFY |
WS_TABSTOP,18,94,21,19

Any thoughts as to why this images donâ??t automatically strech? And how I
could correct the problem. Thanks for any help in advance.

- Matt L.

Re: Images on the Dell Axim x50v by Byungho

Byungho
Mon Sep 19 20:00:55 CDT 2005

Refer to the following link.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce51conImagesinStaticControls.asp

BL


"Matt L" <MattL@discussions.microsoft.com> wrote in message
news:C84EC279-9CEC-4CD3-8FCE-DC02E5F1F2C8@microsoft.com...
> Hi,
>
> I¡¯m having some issues only on the Dell Axim x50v. Due to the higher res
> (640X480) on that device some of the images look very small. Others are
> stretched to the correct scale. All these images are just static bimaps
> added in the resources and it was my understanding that this should all
> automatically stretch to the correct size in higher res (due to using
> logical
> units). I¡¯m using C++ in Visual Studio 2005 and the images are declared
> in
> the resource file as:
>
> 147,IDC_SUBREFRESH_BITMAP,"Static",SS_BITMAP | SS_NOTIFY |
> WS_TABSTOP,18,94,21,19
>
> Any thoughts as to why this images don¡¯t automatically strech? And how I
> could correct the problem. Thanks for any help in advance.
>
> - Matt L.
>



Re: Images on the Dell Axim x50v by MattL

MattL
Tue Sep 20 07:26:03 CDT 2005

Thanks, this helps. I take it this is for WM 2003 as well?

- Matt

"Byungho Lee" wrote:

> Refer to the following link.
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce51conImagesinStaticControls.asp
>
> BL
>
>
> "Matt L" <MattL@discussions.microsoft.com> wrote in message
> news:C84EC279-9CEC-4CD3-8FCE-DC02E5F1F2C8@microsoft.com...
> > Hi,
> >
> > I¡¯m having some issues only on the Dell Axim x50v. Due to the higher res
> > (640X480) on that device some of the images look very small. Others are
> > stretched to the correct scale. All these images are just static bimaps
> > added in the resources and it was my understanding that this should all
> > automatically stretch to the correct size in higher res (due to using
> > logical
> > units). I¡¯m using C++ in Visual Studio 2005 and the images are declared
> > in
> > the resource file as:
> >
> > 147,IDC_SUBREFRESH_BITMAP,"Static",SS_BITMAP | SS_NOTIFY |
> > WS_TABSTOP,18,94,21,19
> >
> > Any thoughts as to why this images don¡¯t automatically strech? And how I
> > could correct the problem. Thanks for any help in advance.
> >
> > - Matt L.
> >
>
>
>

Re: Images on the Dell Axim x50v by MattL

MattL
Tue Sep 20 18:16:02 CDT 2005

The images in the command bar are having a similar issue. Should I create a
seperate bitmap for just for the command bar, or is there a way to force the
device not to scale it?

Any thoughts?
"Byungho Lee" wrote:

> Refer to the following link.
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce51conImagesinStaticControls.asp
>
> BL
>
>
> "Matt L" <MattL@discussions.microsoft.com> wrote in message
> news:C84EC279-9CEC-4CD3-8FCE-DC02E5F1F2C8@microsoft.com...
> > Hi,
> >
> > I¡¯m having some issues only on the Dell Axim x50v. Due to the higher res
> > (640X480) on that device some of the images look very small. Others are
> > stretched to the correct scale. All these images are just static bimaps
> > added in the resources and it was my understanding that this should all
> > automatically stretch to the correct size in higher res (due to using
> > logical
> > units). I¡¯m using C++ in Visual Studio 2005 and the images are declared
> > in
> > the resource file as:
> >
> > 147,IDC_SUBREFRESH_BITMAP,"Static",SS_BITMAP | SS_NOTIFY |
> > WS_TABSTOP,18,94,21,19
> >
> > Any thoughts as to why this images don¡¯t automatically strech? And how I
> > could correct the problem. Thanks for any help in advance.
> >
> > - Matt L.
> >
>
>
>