I am trying to make a form be maximized with no title bar, no min/max buttons, and no control box. Basically just the form covering the entire screen. I also want the form to show up on the taskbar with an icon and the name of the program. That way when you alt+tab you can choose the program.

The problem is that if I try to give the form a caption then the title bar appears. If I don't give it a caption, then the taskbar shows a blank button.

How can I make this work?

I am open to any suggestions, even API if necessary...

Thanks