G
Guest
Hello, I have the following problem with application minimizing . I spent
hours with searching for solution but no success.
I have a main form on which I show modal form using Form.ShowDialog method.
I want to achieve this behaviour: After the user clicks on the minimize
button of modal form, the whole application should minimize to the taskbar
(both main window and modal dialog should be hidden). After restore, windows
should be in original state - active modal form above main form.
hours with searching for solution but no success.
I have a main form on which I show modal form using Form.ShowDialog method.
I want to achieve this behaviour: After the user clicks on the minimize
button of modal form, the whole application should minimize to the taskbar
(both main window and modal dialog should be hidden). After restore, windows
should be in original state - active modal form above main form.