I also found that I wanted to keep the user from resizing the form by double clicking on the title bar. I did this by setting the form back to the maximum size if the Resize event fires as shown below. This works, but it does cause a flicker on the screen which isn't ideal. priv...