Hi
I would like to make my application comletly invisible for user.
When I use
ShowWindow(Application.Handle,SW_HIDE);
application is out of screen and task bar, but it is still visible aftrer pressing ALT+TAB key.
How to prewent showing application in this list.
Thanks