[Help]hide from procces
how do i make it so when i click checkbox 8 i can make my form hidden from procces
Process list as in the taskbar or the task manager?
I don't think this is possible - after all, years of viruses and Spyware makers haven't managed it yet. If it was, it would be very dangerous - exactly because of the type of thing you are trying to do!! You would be better off trying to disguise the process as a legitimate running process (which is what most viruses or Spywares currently do). Also you can disable Task manager completely from the registry.
well the cheap approach is to read in everything thats displayed in task manager and remove your entry.
This would be very dangerous if hackers perfected something like this
Best Tip: Make the Process name seem more safer
Yeah, Again... VB6 < there were some API Options (for non .net framework OS) in this case, for security, you will really either have to "Mask" it, or Make it a windows Service.