turtlemaster
Programmer
I am extracting information of a child window in another application but I want to ensure that the child window used is the active window (The child currently selected). Do I have to EnumProp to get this information? If so what atom string do I use to find this (I was just reviewing the API documentation and couldn't find a listing on this)? Is There an easier way like IsWindowActive or something like that?
I don't want to check if the window is visible because it may be visible but covered up by another window. I need to know if it is the active window on top. This application uses an MDI interface if I haven't mentioned that already.
Thanks in advance!!
I don't want to check if the window is visible because it may be visible but covered up by another window. I need to know if it is the active window on top. This application uses an MDI interface if I haven't mentioned that already.
Thanks in advance!!