Posts by lucas • 91 points
3 posts
-
3
votes1
answer973
viewsQ: Error to leave application authenticated by Windows
I’m trying to leave an application authenticated by Windows. But when I change the settings on IIS with anonymous authentication disabled as per the image below: I have the following mistake:…
-
3
votes1
answer412
viewsQ: Extract icon from an application
I need to get the app icon that is open on the screen. App icons, browsers (examples pick up the Chrome icon , word icon and so on...) I tried to do so: Process[] listProcesses =…
-
3
votes2
answers247
viewsQ: I need to get a description of the task manager process
I need to get the name of the process that is active on the screen, but I need to bring equal appears in Task Manager description. For example if I use processName it will bring "Chrome" I need it…