M
Martin Robins
I have an application that uses many forms. Problem is, once the user is a
few forms deep, they can go into the settings/system/memory/running programs
applet and then resume the application on any form that they choose.
The original authors of the program tell me that they are displaying all
forms using form.Show() and that using form.ShowDialog() causes them
problems in the updating of status fields on the form.
I have tried looking into this and even when I use form.ShowDialog(), I can
still get the running programs list to allow me to return to a previous form
although at least the form cannot be used until any further forms shown with
form.ShowDialog() are closed.
Is there any way to (a) force the application to resume at the current form
irrespective of the form selected in the memory applet or (b) prevent forms
from showing in the applet in the first place. Personally, I would prefer
the latter.
Thanks.
few forms deep, they can go into the settings/system/memory/running programs
applet and then resume the application on any form that they choose.
The original authors of the program tell me that they are displaying all
forms using form.Show() and that using form.ShowDialog() causes them
problems in the updating of status fields on the form.
I have tried looking into this and even when I use form.ShowDialog(), I can
still get the running programs list to allow me to return to a previous form
although at least the form cannot be used until any further forms shown with
form.ShowDialog() are closed.
Is there any way to (a) force the application to resume at the current form
irrespective of the form selected in the memory applet or (b) prevent forms
from showing in the applet in the first place. Personally, I would prefer
the latter.
Thanks.