T
Tim Johnson
I've got an app with a main form, from which it launches a 2nd form. If the
user brings up another app from the Start menu at that point, like Contacts,
then "restarts" my app from the Start menu, it brings my app to the
foreground on the 2nd form. So far so good. But then he closes my 2nd
form, and Contacts shows up. Not my main form.
Is there a trick to keeping my app in the foreground in this sort of case,
or do I have to re-acquire the foreground after every time I launch a
subform, as in:
Form2 frm = new Form2();
frm.ShowDialog();
this.BringToFront();
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
user brings up another app from the Start menu at that point, like Contacts,
then "restarts" my app from the Start menu, it brings my app to the
foreground on the 2nd form. So far so good. But then he closes my 2nd
form, and Contacts shows up. Not my main form.
Is there a trick to keeping my app in the foreground in this sort of case,
or do I have to re-acquire the foreground after every time I launch a
subform, as in:
Form2 frm = new Form2();
frm.ShowDialog();
this.BringToFront();
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625