Change the controlbox property of the form, to remove the buttons on the top right. You can hide the min and max button if you set the MinButton and MaxButton properties to False. However, if you only set one of these properties to False, then the three buttons will appear, with the relevant button (min or max) disabled.
To not allow resizing of the form, change the BorderStyle property to 1 - Fixed Single.
Simon