michael_hk
Centurion
AlexCode said:Visual Basic:'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then MessageBox.Show("Should reach here!") components.Dispose() MessageBox.Show("This will not show!!") End If End If MyBase.Dispose(disposing) End Sub
Tried...but no messagebox shown. Seems the dispose method is never called.
mskeel said:Do you have any new theories since you can see and walk through the code?
No...I am already exhausted.
Thanks for ALL your input and ideas.