all groups > dotnet compact framework > october 2007 >
You're in the

dotnet compact framework

group:

ANN: New Article: Using GDI+ on Windows Mobile



ANN: New Article: Using GDI+ on Windows Mobile ctacke/
10/31/2007 8:46:45 PM
dotnet compact framework: We've published a new article on the OpenNETCF Community Site.

Alex Feinman covers how to use GDI+ in your Windows Mobile managed
applications.

In case you missed them, our other recently published articles include:

- Sharing Windows Mobile Ink with the Desktop
- OpenNETCF Mobile Ink Library for Windows Mobile 6
- Improving Data Access Performance with Data Caching
- Developing Connected Smart Device Applications with sqlClient
- Debugging Without ActiveSync
- Image Manipulation in Windows Mobile 5.0
- Don't Fear the Garbage Collector

All of our articles are available online at:
http://community.OpenNETCF.com/articles



--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com


Re: New Article: Using GDI+ on Windows Mobile Hilton
11/1/2007 10:07:38 AM
Chris,

This is for WM5. In my code, I have a method (let's call it)
Misc.IsWM50OrLater. How would I use the code in your article in my code so
that it would run on PPC 2003 or WM5 and do the right thing; i.e. ignore
shading etc on PPC2003, but shade on WM5 (or later)?

Am I the only person maintaining compatibility with CF1 and PPC 2003 to run
on (almost) all Windows Mobile devices? Having said that, our next major
release might target WM5 (or later), but I feel very uncomfortable forcing
folks to install CF 2 (sorry, I went off on a little tangent).

Thanks for these articles and I love the PDF availability!

Hilton


[quoted text, click to view]

Re: New Article: Using GDI+ on Windows Mobile ctacke/
11/1/2007 11:10:10 PM
I'd probably create a base class or interface that you create the proper
child of depending on platform, then nop the calls for shading, etc. in the
PPC 03 version.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com


[quoted text, click to view]

Re: New Article: Using GDI+ on Windows Mobile Alex Feinman
11/3/2007 10:54:21 PM
For LOB applications this is not so much of an issue, since corporate
devices get replaced often enough for them to have run out of anything
PPC2003. Besides, you can always require CF2 as a prerequisite. For the
end-user apps, yes, I'd say you are right. That's why I don't really want to
go there.

[quoted text, click to view]
AddThis Social Bookmark Button