VB.NET Modem detection

hzeigler4

Member
Joined
Jun 19, 2006
Messages
13
Programming Experience
3-5
Does anyone know if there is a way in .NET to detect your modems? I want to have a modem menu option that will act like the winodws modem wizard setup. If the user has modems installed I would like to detect them.
 
There is a WMI class called Win32_POTSModem that may give this information, but I have no way of finding out here without a modem...
 
Back
Top