Q: Windows 95 modem settings 
I would like to know how I can get the information about a modem (com port, speed ...) already set up under Windows 95, using VB 4.

Alfredo Gonzalez gonzala@sluavb.slu.edu

A: The modem-settings are in the Registry under the key: HKLM\System\CurrentControlSet\Services\Class\Modem There are serveral sub-keys which contains several settings. I don't know if you know how to read the registry but on the site is an example. http://www.kather.net/VisualBasicSource/vb4usingtheregistry.txt Return