.NET Compact Framework 2 Beta & Today Screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Don't know of I am posting this question in the right place or not but I am
sure some one will correct me!

Why has no support been added to the .NET Compact Framework 2 for Pocket PC
Today Screen?

Is Microsoft going to add support so that we can create our own custom today
items?

Would be good if this was going to be the case as more and more people these
days are turning to mobile devices now that all the technologies are being
ingrated into one device.

Paul
 
Hi,

Yes I have seen this article, but I did not think much of it, well written
but not the sort of interface I want to use. I would rather designe in c#
otherwise I might as well design the whole application for the Pocket PC in
C++.
 
That is using .NET development. The reason you can't do it directly is that
there is no way, at present, for a native application to host/load managed
code. managed code can load unmanaged but not the other way around.
 
Back
Top