@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Destroys the specified window. !!!!C# Signature: [DllImport("user32.dll")] static extern bool DestroyWindow(IntPtr hWnd); !!!!VB Signature: Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean !!!!Notes:asdsadfsdfa None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: System.Windows.Forms.Form.Close@msdn Documentation: DestroyWindow@msdn on MSDN
Edit user32.destroywindow
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.