detect modem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How fo you detect whether the client machine has a modem attached to it with
VB.NET or C#
 
Gouri,

http://msdn.microsoft.com/library/d...isdk/wmi/computer_system_hardware_classes.asp

Have a look at telephone on this page however I do not know if it holds all
modems.

The management class holds a lot of the soft and hardware of the computer
which are referenced by collections which holds collections as you see on
the page above.

I think that when you want to see it more in code you can ask this in one of
the language groups for the language you want to use.

Microsoft.public.dotnet.language.csharp
Microsoft.public.dotnet.language.vb

I hope this helps?

Cor


"Gouri" How fo you detect whether the client machine has a modem attached
to it with
 
Back
Top