VB6/VB.Net difference question

  • Thread starter Thread starter Dave
  • Start date Start date
There is no destructor. However, Dispose() is used for certain classes that
need to clean up after themselves for some reason, such as having unmanaged
resources in them.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
Back
Top