Is it possible to unload a form using its handle? That is to say, is there an equivalent WinAPI call to VB's UNLOAD method/statement? I have already tried DestroyWindow, and when I go to load the form for reuse in my program, VB gives me an 'Invalid call or procedure' error.