I have a problem with showdialog when the showdialog form is being disposed. The Application focus to another program opened in taskbar. if nothing is opened then it focused to desktop.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will happen when the dialog is getting disposed too early. All of the windows are disabled by the dialog so Windows can’t keep the focus on any of them and has to pick the window of another app. Make sure you use the standard pattern with the Using keyword so the dialog object is disposed after it closes: