G
Guest
I have developed an application for pocket pc that requires multiple forms to be open at any one time. The user is able to flick from one to the other, making changes to each as and when necessary
The application uses a stacking system to hold instances of the forms, and an array to hold "previous navigation" information (information on this method was found on "http://smartdevices.microsoftdev.com/Learn/Articles/505.aspx")
The problem I have is that as an instance of each form is pushed onto stack, an instance of the form is held in memory on the pocket pc (settings>system>memory>running programs). In order for an application to pass the "Designed for windows for pocket pc" logo test one of the criteria is (as quoted in from the "Designed for Windows for Pocket PC Handbook for Software Applications"): "only one instance of each application or applet must be allowed to run. Any application that supports multiple open documents or data types must support that functionality from within the application, not through multiple instances
I am looking for a way to provide MDI functionality without creating multiple instances.
Any help would be appreciated
Thanks in advance.
The application uses a stacking system to hold instances of the forms, and an array to hold "previous navigation" information (information on this method was found on "http://smartdevices.microsoftdev.com/Learn/Articles/505.aspx")
The problem I have is that as an instance of each form is pushed onto stack, an instance of the form is held in memory on the pocket pc (settings>system>memory>running programs). In order for an application to pass the "Designed for windows for pocket pc" logo test one of the criteria is (as quoted in from the "Designed for Windows for Pocket PC Handbook for Software Applications"): "only one instance of each application or applet must be allowed to run. Any application that supports multiple open documents or data types must support that functionality from within the application, not through multiple instances
I am looking for a way to provide MDI functionality without creating multiple instances.
Any help would be appreciated
Thanks in advance.