[DllImport("user32.dll")]
static extern bool CloseWindow(IntPtr hWnd);
Private Declare Function CloseWindow Lib "user32" (ByVal Hwnd As IntPtr) As Boolean
None.
None.
Please add some!
CloseWindow(Me.Object.Handle)
Do you know one? Please contribute it!