"An easy way to keep the program from appearing in the Alt+Tab list is to set the Form's FormBorderStyle property to be a ToolWindow (fixed or sizable)."
I can't set FormBorderStyle to a ToolWindow because I have a fullscreen form that must have this value set to None. Is there any other way to keep it from appearing in the Alt+Tab list?