you can also enable/disable the close button directly either at design time...
set the form property "Close Button", under the format tab of the properties window, to False/True
or in a program with a VBA statement like...
Me.CloseButton = False
this will just gray-out the close button
& does not remove it from the windows frame
[sig][/sig]