[DllImport("user32.dll")] static extern bool DestroyWindow(IntPtr hWnd);
Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean
Última actualización hace 1 año