zollet 0 Posted February 22, 2004 Hi, Anyone know if it's possible to get PID for a window/program? Thanks. Share this post Link to post Share on other sites
Valik 478 Posted February 22, 2004 Window = handle Process = PID Which do you want? Its possible to get the handle to a window, but getting the PID for a process hasn't been added yet. See WinGetHandle and WinTitleMatchMode 4 for more information on getting a window handle. Share this post Link to post Share on other sites
zollet 0 Posted February 22, 2004 I need to get PID (process id). Any chance this feature will be added soon? Share this post Link to post Share on other sites
Valik 478 Posted February 22, 2004 I need to get PID (process id). Any chance this feature will be added soon?Probably not until after the first release, unless Jon says otherwise. I know what needs to be done to implement it, I just haven't sat down to write it yet. Share this post Link to post Share on other sites