P
proit_123
I am working on a windows forms application and have the following
requirement.
· I need to display a modeless dialog from the main form.
o This allows user to continue to work with the application.
o For the sake of example, the user could launch the modeless dialog
from Form A and navigate to a Form B in the main window.
· When the modeless dialog is closed, I need to perform certain logic
in the main form based on the form that is loaded in the main window.
Can somebody please suggest a way to achieve this?
Thanks,
SK
requirement.
· I need to display a modeless dialog from the main form.
o This allows user to continue to work with the application.
o For the sake of example, the user could launch the modeless dialog
from Form A and navigate to a Form B in the main window.
· When the modeless dialog is closed, I need to perform certain logic
in the main form based on the form that is loaded in the main window.
Can somebody please suggest a way to achieve this?
Thanks,
SK