Jump to content

Writing a plugin in c# for the Home screen


Recommended Posts

Guest othoca
Posted

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.

  • 4 months later...
Guest Ben74
Posted
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

  • 5 months later...
  • 1 year later...
Guest vistacn
Posted
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

No transparency = ugly tho!

You can't write true complete plugins in managed code, they need at least an unmanaged wrapper.

P

  • 4 weeks later...
  • 4 weeks later...
Guest Paul (MVP)
Posted

Awesome, I hope you can release some code!

I'd love to see it being PPC compatible too!

P

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.