I have a vague problem..
Inmy windows application in c#, i'm opening a child window from from my main window thru the show method.
I have few events on the child window. After my button click event on the child window, it closes and control comes back to the main window.
not sure why the child window is closing.
please let me know if anybody has faced this problem.
Inmy windows application in c#, i'm opening a child window from from my main window thru the show method.
I have few events on the child window. After my button click event on the child window, it closes and control comes back to the main window.
not sure why the child window is closing.
please let me know if anybody has faced this problem.
Comment