|
Hello, I am in a situation wherein I am opening a form, from that form I open another form and hide the previous form by doing Me.Opacity=0. Similarly I might keep on chaining into forms. I have noticed that randomly, when I close the child form, (and set the parent Opacity to 100%) all my forms get minimized and the focus moves on to something else. It is very surprising to see this effect. You close a child form and the next thing you see is Microsoft Outlook or some other application window. Is there a reason why this is happening? Is it becasue of the opacity? or is it some bug in .NET Kindly help me on this
|