Themuppeteer
Programmer
Can one from inside a java application know when another java application is started ? and then get control over that application (and change its coordinates) ?
e.g. Application A is running. Application B is started.
then App A gives a message like 'new program started'
and moves it to different coordinates.
in C++ under linux it is possible, one just has to listen to the events and when a new window pops up, catch the event, get the winow ID and with that you have full control.
Now I woul like to know if it is possible on windows in java.
thnx a lot.
Greetz,
NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
"Those who say they understand chess, understand nothing"
-- Robert HUBNER
e.g. Application A is running. Application B is started.
then App A gives a message like 'new program started'
and moves it to different coordinates.
in C++ under linux it is possible, one just has to listen to the events and when a new window pops up, catch the event, get the winow ID and with that you have full control.
Now I woul like to know if it is possible on windows in java.
thnx a lot.
Greetz,

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
"Those who say they understand chess, understand nothing"
-- Robert HUBNER