I’m looking for an actual implementation of StackForm recommendation. It can be a framework, API or any light-weight, Compact Framework-compatible library.
It’s not too complex to implement that idea, and I did in the past a couple of times, but I’m friend of not re-inventing wheels and maybe someone or group did an open sourced project implenting a generic navigation manager in order to create Compact Framework Forms application using this approach or any other similar to it.
FormStack explained on MSDN:
Thank you in advance.
I rewrote the MSDN Form Stack (originally written in 2003) in 2009 using an IoC container. Here’s the blog entry. Not sure what else you’re after – both examples provide a basic and generic mechanism for Form navigation.