CHeighlund
Programmer
Is there a specific way to disable a form's ability to be maximized, either from the 'maximize' button or the windows (Maximize) listing in the popup bar for a minimized window? One form I'm working with has a lot of stuff in one section, but requires a few components (mostly panels, although there's a memo field as well) that are set to some resizeable alignment (alTop, alBottom, alClient) on the screen. This leaves a lot of blank space when the form is maximized, and I'm hoping to prevent the user from having to see that. Anyone have any suggestions as to where I should begin?