View Single Post
Old Dec 13th, 2004, 2:19 AM   #2
Xyler
Newbie
 
Join Date: Sep 2004
Location: South Africa, Eastern Cape
Posts: 28
Rep Power: 0 Xyler is on a distinguished road
I think you need to make the following change to the last method, maybe. Because I think parents need to be called first before anything else is done when you overwrite
Protected Overrides Sub Finalize( ) 
 MyBase.Finalize( ) 
 Dispose( ) 
End Sub

Not a hundred percent sure about this, but I think that is how it works.
__________________
Be vewwy vewwy quiet. I'm hunting wuntime ewwors.
Xyler is offline   Reply With Quote