static extern IntPtr GetLastActivePopup(IntPtr hWnd);
Private Declare Auto Function GetLastActivePopup Lib "user32.dll" (ByVal hwnd As IntPtr) As IntPtr