Design approach for .Net CF

R

Rohit Kaushal

I am developing a Pocket PC application using .Net compact
framework with C#.There are 4-5 sub-applications ,each
having 7-8 different screens.

Now i have some doubts regarding optimized design
approach :

1. Is it suggestive to have one form for whole application
and then adding the controls on run-time for various
screens? ( i.e. I have one Form class and from that class,
I derive various classes to populate my different
screens)
2.How to design the screen navigation in the application?(
Will Form Stack be a good option?)

Please do respond.
Thanx,
Kaushal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top