Hi Vig,

The resizable form has already been implemented. Take a look at the BorderStyle property and in particular a setting of:
code:
$Form.BorderStyle = 2

Please note that even though you do not see the normal visual cue in the bottom right hand corner that the form is resizable, the mouse pointer still changes shape as you approach the borders and you can resize normally. Try it out [Wink]

Rod.