Custom Plug-ins?

  • Thread starter Thread starter Mike Hildner
  • Start date Start date
M

Mike Hildner

Apologies if this is a little basic, searched the NG and MSDN with no luck.

I'm wondering if it's possible to create my own app, then my own plug-ins
for that app on the CF. Someone gave me a link to this article
http://msdn.microsoft.com/msdnmag/issues/03/10/plug-ins/default.aspx . Being
such a newbie, I'm not sure if the technique will work on CF.

If not, is there another approach to achieve similar results?

TIA,
Mike
 
It's fairly simple to create a plug-in framework for your own application.
Check out this article by Tim Dawson. It's geared to the desktop .NET Fx,
but the principles port to the .NET Compact Framework.

--Neil

--
Neil Cowburn
Microsoft .NET Compact Framework MVP
Co-Founder, OpenNETCF.org

http://blog.opennetcf.org/ncowburn/
 
Thanks, but which article by Tim Dawson?


Neil Cowburn said:
It's fairly simple to create a plug-in framework for your own application.
Check out this article by Tim Dawson. It's geared to the desktop .NET Fx,
but the principles port to the .NET Compact Framework.

--Neil

--
Neil Cowburn
Microsoft .NET Compact Framework MVP
Co-Founder, OpenNETCF.org

http://blog.opennetcf.org/ncowburn/
 
I'm wondering if it's possible to create my own app, then my own plug-ins
for that app on the CF.

Check out RemObjects at http://www.remobjects.com. Then have a product
called Hydra that lets you write plugins for your application.
It is currently for Delphi only, but they are working on a .NET verision
(check the Roadmap). You might even be able to join the beta program if you
ask nicely <g>

I've been using their Delphi products for some time and it is very high
quality with fantastic support..

Cheers,
Lars
 
Back
Top