G
Guest
I have a form with a COM control and inside _Closing event of the form I call ComControl.Dispose() to avoid memory leaks because of the COM control. If I call DestroyWindow() and not use _Closing event, will it dispose the COM control?