Idisposable interface

harvid

Member
Joined
Dec 8, 2004
Messages
18
Programming Experience
1-3
Hello

i don't know how to use Idisposable interface in my project.

pls give a suggestion to write code using Idisposable interface and to dispose the object used using this interface


thanx
 
if it's a form: me.close does what you need or if you need to terminate the whole app Application.Exit does the trick
 
Back
Top