I built a windows form c# application.
If I launch another application, such as a Firefox browser, and select
that application, my windows form application stays top most.
I have to minimize it to the task bar to get it out of the way.
How can I make it "play well with others"?
JLuker - 26 Aug 2005 00:17 GMT
Check the 'TopMost' property of the form and make sure that it is set to False
> I built a windows form c# application.
>
[quoted text clipped - 4 lines]
>
> How can I make it "play well with others"?
John Bailo - 26 Aug 2005 18:17 GMT
Yep, that was it!
Thanks!
> Check the 'TopMost' property of the form and make sure that it is set to False
>
[quoted text clipped - 6 lines]
>>
>>How can I make it "play well with others"?