c# - Form.ShowDialog() or Form.ShowDialog(this)? -
I've heard that if I call the form. ShowDialog () Without specifying the owner, then there may be a case when I do not see the dialog form on the screen (it will be hidden with other windows). is it true? I used ShowDialog () without specifying the owner hundreds of times and I had never had any problem in it.
Can you please tell which situation can I find the problem described?
Update:
Well, I did many experiments and I did not find any real unexpected problems with Shodialogg () (without specifying the owner) Could
So I think that it is just rumors that showiodog () can cause problems if you do not agree - give me a code sample, which leads to a problem.
An annoyance was found in Shodiyyog () vs Shodiyog.
To run TestApp, newform. Show ShowDialog (), click on "Show Desktop" on your Taskbar or Quick Launch toolbar, click TestApp on the taskbar. It shows the mainframe that you have to do an Alt-Tab to get your new form.
VST
Run TestApp, show a new look. Click on ShowDialog (this), "Show Desktop" on your taskbar or click on Quick Launch toolbar, TestApp on the taskbar. It shows a new look on top
Comments
Post a Comment