Jooel,

Flat buttons - there are a couple ways to do that with the current release:

$Button.Appearance = 0 ; flat control button

$Button.BorderStyle = 2 ; sunken (non-raised) window style

$Button.BorderStyle = 5 ; lightly-sunken (non-raised) window style

in terms of those window guards ... and double clicks - best (easiest) thing to do is make a IF CHECK to see if the resulting HEIGHT will be too big ... or too small ... before the Window Height gets set ... if yes ... then just ignore the click and do nothing.