03-07-2008 03:13 AM
Solved! Go to Solution.
03-07-2008 03:24 AM
Hi Mathan,
i think if the window pops up it gets the focus and so it is the foreground window. So you can use the GetForgroundWindow function from the user32.dll and then the GetWindowText function to get the active window. Do this in a while loop and check of your specified window pops up. If the window pops up you can generate an event and react on it.
Mike
03-07-2008 03:39 AM
Hai Mike,
That's really a great support. Thanks. But still i don't know about what are the parameters to be given for the functions you mentioned. Actually am using Call Library Function Node for configuring user32.dll. In that node what are the parameters i have to give in the parameters tab. Kindly give me support as early as possible. Also could you please give me a sample structure of the while loop you meentioned.
Thanks,
Mathan.
03-07-2008 03:48 AM
Hi mathan,
see the attached example.
Mike
03-07-2008 04:16 AM