Guest othoca Posted March 27, 2006 Report Posted March 27, 2006 I'm interested in writing a plugin to add functionalities to the home screen of my imate sp5m. After a little search i've seen that these plugins r written only in c++. Also installing VS2005 under C:\Program files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Homescreen there is a sample how to do that (always in c++). I've read that these plugins r mainly COM objects, but i've found only examples in c++. Now i ask if it is possible to write a such plugin in c# or vb under VS2005 and if there a sample somewhere on the net. Thank u.
Guest Ben74 Posted August 2, 2006 Report Posted August 2, 2006 I'm interested in writing a plugin to add functionalities to the home screen of my imate sp5m. After a little search i've seen that these plugins r written only in c++. Also installing VS2005 under C:\Program files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Homescreen there is a sample how to do that (always in c++). I've read that these plugins r mainly COM objects, but i've found only examples in c++. Now i ask if it is possible to write a such plugin in c# or vb under VS2005 and if there a sample somewhere on the net. Thank u. yes, it appears to be possible: http://msdn.microsoft.com/library/default....ayScrn.asp?_r=1
Guest osiris8 Posted January 9, 2007 Report Posted January 9, 2007 Any examples for smartphone homescreens?
Guest vistacn Posted June 13, 2008 Report Posted June 13, 2008 I'm interested in writing a plugin to add functionalities to the home screen of my imate sp5m. After a little search i've seen that these plugins r written only in c++. Also installing VS2005 under C:\Program files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Homescreen there is a sample how to do that (always in c++). I've read that these plugins r mainly COM objects, but i've found only examples in c++. Now i ask if it is possible to write a such plugin in c# or vb under VS2005 and if there a sample somewhere on the net. Thank u. you can look this http://www.codeplex.com/ManagedTodayScreen
Guest Paul (MVP) Posted June 18, 2008 Report Posted June 18, 2008 No transparency = ugly tho! You can't write true complete plugins in managed code, they need at least an unmanaged wrapper. P
Guest Koush Posted July 10, 2008 Report Posted July 10, 2008 No transparency = ugly tho! You can't write true complete plugins in managed code, they need at least an unmanaged wrapper. P I recently wrote a full screen managed Home Screen plugin for Smartphone. More information/tips/tricks here: http://www.koushikdutta.com/2008/07/dirty-...obile-home.html
Guest Paul (MVP) Posted August 4, 2008 Report Posted August 4, 2008 Awesome, I hope you can release some code! I'd love to see it being PPC compatible too! P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now