Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Jan : Get a window's handle by clicking on it - is it possible?
| Subject: | Get a window's handle by clicking on it - is it possible? |
| Posted by: | "Dan" (frozendi..@gmail.com) |
| Date: | Thu, 31 Jan 2008 13:11:45 |
I am trying to build a simple Delphi application where you would run the
app, then click on any other open window in Windows. The app would then get
the handle of the clicked application/window and do something like hide it,
or go to it's process.
My goal is to make a simple program where you launch it, and then click on
another window/app and it will force close the window and kill the process,
or maybe change the process's priority to high, or low. Just trying to
learn how to do some of this stuff.
Thank you
- Dan