Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

excessive use comctl32.dll with .net framework 4.x under win10

$
0
0

With processmonitor we traced a winforms application using comctl32.dll. Under Win7 with Framework 4.x the application starts fast an there is a normal using of comctl32.dll. Unter win10 with framework 4.x the same applikation start two oder three times slower. Reason is the excessive use comctl32.dll, which we see with the processmonitor.

Problem seems the function in Framework 4.x with win10 GetModuleHandle("comctl32.dll")

Details:
https://stackoverflow.com/questions/39673069/windows-10-exessive-use-of-comctl32-dll-in-net-4-0-and-up


Viewing all articles
Browse latest Browse all 8156

Trending Articles