[DllImport("user32.dll")] static extern bool DestroyWindow(IntPtr hWnd);
Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean
None.
Please add some!
System.Windows.Forms.Form.Close