Hi all,
I have a class which is all about Removable Device Notification, this class Implements IDisposable.
This causes an error, must implement 'Sub Dispose()' for interface 'System.IDisposable'.
In this same class I have this
Code:
PublicSub Dispose()
RegisterForDeviceChange(False, Nothing)
EndSub
Any Reason why I get the error?