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
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