> The application has two sizes; one is roughly 800 x 600, and the second is full
maximize mode. It is not resizable by handle/window dragging.
I assume that it achieves this by offering the maximize button on the
caption bar, but not offering the resize handle on the lower right? I'm
also guessing that there's no special code in the application to make
it react the way it does: just a default form size (which the user
can't change) and the option to maximize?
If all of this is true, the only thing that comes to mind is the
MaxSize property of the main form. What's that set to?