"Robert Levy [MS]" <(E-Mail Removed)> wrote in message
news:OcNV%(E-Mail Removed)...
>
> Do you know which line the exception is occuring on?
>
Nope - it won't tell me that. But I found that it did run from a keyboard
shortcut if my cursor was in an editor.
However, when it runs to completion my application is not displaying in
highres. If it does not run to completion, (if I cancel or put some bad
print statement in there), it will never stop. Clicking the spinning candy
icon doesn't stop it. Developer Studio is left in a bad state and I have to
reboot the machine. I have little experience with macros so this might be
par for the course.
> > ;( Ok. Any device capabilities, registry flags, etc that a "non
> > dpi-aware" appplication could use to detect a hires device. OK, this
> > is is a bit tricky, but so is cutting and pasting layout code.
>
> Not that I know of... but even if there was, I don't think it solve your
> problem since the non-aware app would still only be able to draw to a
> 320x240 pixel-doubled screen
Okay, maybe not. I can't find it now, but I thought I saw something that
implied that Graphics.DrawImage would use all of the pixels in the source
image. There is a point in my application where I draw to the screen and I
believe that this is happening. However, as soon as I refresh from my
OffScreenBitmap, it looks pixelated. I could at least adjust the size of the
buffer. But if what you say is true, this is unlikely to work.
> The flags in the inf file are only used to pop up the warning message
during
> installation
>
> The flags in the executable (to turn off legacy mode features) are
> independent from flags in the inf (to turn off the warning)
>
Ok. What flags do I put in the .inf If I am not orientation aware but wish
to turn off the warning? I couldn't find that anywhere. VersionMax doesn't
seem to do anything and BuildMax seems to specify orientation awareness.
>
> Peter is correct - CFv2 is included in the VS 2005 beta and supports
Pocket
> PC 2003 and later. Depending on the timeline for your project, you may
want
> to go with this since orientation/resolution awareness are much much
easier
> to do with docking/anchoring support and a rotatable designer.
It's certainly a possibility, since the work required for enhanced
functionality in 2003SE has delayed it by at least, say, a week.

If it
delays much further, I may have to decide whether I have any Pocket PC
2000-2002 customers that I like. ;?
Nathan