LucieLastic
Programmer
hi
I have an app which monitors processes for errors, if an error occurs I want my app to come to the front but not take focus off whatever the user is working in, is this possible? I've tried the following calls but each one makes my monitoring app take focus.
SetForegroundWindow(self.Handle);
Application.BringToFront;
Many thanks in advance
Lou
I have an app which monitors processes for errors, if an error occurs I want my app to come to the front but not take focus off whatever the user is working in, is this possible? I've tried the following calls but each one makes my monitoring app take focus.
SetForegroundWindow(self.Handle);
Application.BringToFront;
Many thanks in advance
Lou