Hi all,
I have a modal form which is called from a MDI main form and I'm checking some conditions in it's Form_Activate event. If Condition is True, I want the form to be displayed for 3 seconds, and then closed. Otherwise Form should remain active and wait for user input.
My problem is that it doesn't show the form when the condition is True and it proceed to the rest of program.
I have a modal form which is called from a MDI main form and I'm checking some conditions in it's Form_Activate event. If Condition is True, I want the form to be displayed for 3 seconds, and then closed. Otherwise Form should remain active and wait for user input.
My problem is that it doesn't show the form when the condition is True and it proceed to the rest of program.
Comment