c# - Web browser stealing focus -
I have two winforms that load together for the first time with a web browser and in the second form The second form is always controlled, the second form does not receive any mouse events, while the first form loads, after closing the first form, the second form receives all the mouse events. How do I solve this problem
Please use the code to show for your second form , Although this should be something like this:
form2 myForm2 = new form 2 (); Form2.Show (this);
It is not very likely that your web browser is generating it.
Comments
Post a Comment