The command you need is .... form.Dispose()
form would be the form's name. Dispose will close the form and release the object. This frees up the memory being used by the object. So this is a tidier method than the close method in VB.
Hope that helps.
Jinxy
February 2004