开发者

WPF System Tray application many appearances

开发者 https://www.devze.com 2023-03-24 21:53 出处:网络
I have开发者_JS百科 a system tray application developed using WPF, .NET4.0.When I start this application 100s of system tray icon for the application starts appearing even though a single process is p

I have开发者_JS百科 a system tray application developed using WPF, .NET4.0. When I start this application 100s of system tray icon for the application starts appearing even though a single process is present in task manager. Any help on this will be appreciated.

Thanks & Regards, Vinit


Constructor of the application was getting called continuously which was resulting in creation of multiple system tray icons

0

精彩评论

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