![]() |
Delphi-Version: XE5
Enumerate tasks - get explorer window directory
In task manager there are icons for tasks.
I know how to get tasks and some extra info about it, but I don't know how to get directory path for explorer instances. I want to know it to get opened folders icons (not process EXE icon, but task icon, you know). :?: |
AW: Enumerate tasks - get explorer window directory
Hi,
using the Windows API you can obtain the file path of a process. Then, you can extract the icon from it. To get the path, you'll need the so-called Process ID (DWORD type). ![]() Then, the TModuleEntry32 will probably help you further. ![]() To get the icon of a file, you may use something like ![]() |
Re: AW: Enumerate tasks - get explorer window directory
Zitat:
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz