Interesting, i just tried it, but didnt work.
I am using XP, I'm guessing XP tries to stop this activity.

Its really just an issue when developing,
having the IDE on my second monitor and switching.
But then my app strangles the mouse away..
yet the app stays unfocused!


these:
Application.SetFocus;
Application.Focus(AForm);
dont work in d7

these:
Application.BringToFront;
AForm.BringToFront;
make it glow orange in XP :lol:


thanx
dave