There will still be a problem with this if using FormChangeButtons because the forms are hidden and not closed. If a FormChangeButton is used to navigate to a second page, then someone X's that page, the previous form is still open, but hidden, leaving no way to access it other than Task Manager to close the application.
[/quote]
Yes I've experience that myself, to prevent that, some of the apps that I've made for simple controls, usually stays on a single page (others pages are for engineering purposes only).
I use the all .close() method for each forms when the new form is opened. Though it take longer to load, the apps or pages are not changed often.
K