I have a form that is maximized on startup. The form has got a borderstyle of bsSingle. This will have to remain this way for reason of displaying the software title and version.
How can I prevent a user from double-clicking on the border which results in the form being re-sized. The form should stay maximized.
I can't set the minimum sizes either as the application runs on different screen resolutions. It has to stay maximized.