Nate Bross Posted March 26, 2006 Posted March 26, 2006 I'm trying to find some .NET code (preferably vb; but c# will work) to create an item on the Today Screen of a PocketPC. If anyone has any leads about this please let me know! -Thanks PS- This isn't exactly Windows Forums but I didn't know where else to put it. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
4ice Posted September 6, 2006 Posted September 6, 2006 Hi Nate, kinda an old thread, but the subject isn't. I also wanted to do the same thing. Unfortunately it seems to be not possible in .NET, at least not without using c++. In the following article from MS they create a Pocket PC Today Screen Plug-in with the .NET Compact Framework. But you have to use eMbedded Visual C++ also. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp I did not use this method and made a c++ today plugin with VS2005. It works fine, although my c++ is poor. Hope you (or anybody else) can use this info. Quote
Nate Bross Posted September 9, 2006 Author Posted September 9, 2006 Could you explain a little bit more about how you did this with C++ 2005? What type of project did you create, etc. My C++ is poor as well, but I figure I can probably hack something together... Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Cags Posted September 9, 2006 Posted September 9, 2006 This might be helpfull... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp Quote Anybody looking for a graduate programmer (Midlands, England)?
4ice Posted September 12, 2006 Posted September 12, 2006 @Cags: it's the same link as the one in my first post. But following these instructions you have to install embedded Visual C++. For me this tutorial was not what I wanted. @Nate: if you have an original copy of Windows you can download the Windows Mobile 5 Pocket PC SDK at http://www.microsoft.com/downloads/details.aspx?FamilyID=83a52af2-f524-4ec5-9155-717cbe5d25ed&DisplayLang=en When you install this SDK you get a lot of samples. One of them is memwatcher. This is a complete project (including a CAB project) which you can open with VS2005 and you got yourself a today screen plugin with installation file. From there I started to remove everything I did not wanted en added my own things. For me it was a greate start, especially because I only needed VS2005. Hopefully it's a bit clear. Quote
Cags Posted September 12, 2006 Posted September 12, 2006 My appologies, I must have been half asleep when I posted. Quote Anybody looking for a graduate programmer (Midlands, England)?
4ice Posted September 12, 2006 Posted September 12, 2006 My appologies' date=' I must have been half asleep when I posted.[/quote'] No worries :) These things happen all the time. Quote
Nate Bross Posted September 13, 2006 Author Posted September 13, 2006 Excellent, I have the SDK just haven't unpacked it yet. I'll let you guys know how it works out. -Thanks Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.