me.Close() vs me.Dispose()
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
When is it appropriate to use one over ther other when closing/cancelling a form? Advantages, disadvantages, memory leaks?
-
If Dispose is implemented, you should use Dispose after calling Close. But since not everyone follows the intended design, you should read about the implementation if you are using third party Classes