I am having problems using the code If m_currentAdapter Is NetworkInformation.WirelessZeroConfigNetworkInterface Then ----- End If The compiler says WirelessZeroConfigNetworkInterface is a type and cannot be used as an expression. However, all of the c# code I have seen uses this construct. I have been...