N
null
I am using the NotifyFilters enumeration type. In 'integer' the values
are ored together, and I can use AND to check for equality like so
If bNotifyFilter And NotifyFilters.Attributes Then
However, when option strict is on this does not work, any ideas?
are ored together, and I can use AND to check for equality like so
If bNotifyFilter And NotifyFilters.Attributes Then
However, when option strict is on this does not work, any ideas?