Donate

How To Get Icon From Process In C#

If you want to convert to image, just cast it to a bitmap object.
Icon ico = Icon.ExtractAssociatedIcon(process.MainModule.FileName);
Source: Stack overflow

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

Remove Cookies From CookieContainer Class

How To Test Or Check Dead Pixels And Backlight Bleed On Your Monitor Using Dead Pixel Checker In Windows 11