开发者

c# form losing focus

开发者 https://www.devze.com 2023-01-16 19:03 出处:网络
开发者_运维百科When i run my application with visual studio IDE, the application runs fine. When i run directly the executable it is not running fine.
开发者_运维百科

When i run my application with visual studio IDE, the application runs fine. When i run directly the executable it is not running fine.

My app creates two forms. First form losts focus when the second form is about to create. The first form UI frezzes when i run directly executable.

Please give any suggestions how to debug the problem.

Regards Raju


Setting the First form property Topmost to true solved the prolem.

0

精彩评论

暂无评论...
验证码 换一张
取 消