Misha,
I would use the classes in the System.Management namespace to access the
WMI providers for the network adapter. Basically, you want to do a query
for the Win32_NetworkAdapter instance which corresponds to the adapter.
Then, you can get the NetConnectionID property which will give you the
display name for that adapter.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mv*@spam.guard.caspershouse.com
"Misha" <m_******@mail.ru> wrote in message
news:31*************************@posting.google.co m...
How do i get the name of the network card in C#?