G
Guest
Hi, I am trying to make a little adapterinfo program and I saw a good sample
(WifiDiscovery Sample). But I get the following exception at this line:
lb_MAC.Text = BitConverter.ToString(m_currentAdapter.MacAddress);
NullReferenceException --> use the new keyword....
How can I solve the problem? Thank you...... juvi
(WifiDiscovery Sample). But I get the following exception at this line:
lb_MAC.Text = BitConverter.ToString(m_currentAdapter.MacAddress);
NullReferenceException --> use the new keyword....
How can I solve the problem? Thank you...... juvi