Running a program in the backround

ozonic

Member
Joined
Jun 17, 2006
Messages
21
Programming Experience
Beginner
I need to know how I could possibly run a program in the backround, in other words not allowing the user to see the application (no interface).

I've already set the form's ShowInTaskBar property to false and I've made the opacity to 0%, but obviously that's not good enough because the user can still press ALT+F4 and close the program.

If anyone could help me I would greatly appreciate it.
 
Back
Top