Ive gotta question hopefully someone can answer. I am creating an application that opens the control panel's windows. Im using the shell method like this....

Shell ("rundll32.exe shell32.dll,Control_RunDLL_
telephon.cpl")

This creates Microsoft's telephony dialog box. How do I access the values in Microsoft's dialog boxes? There are options for users with modems to call using calling cards and other misc. data. I would like to access these along with other control panel data. Does anyone have suggestions? If not....perhaps try this one.....I am also stuck here.....I am creating a list of the users modems in a listbox. The user will be able to select the modem desired and have it dial to an ISP number. I am having difficulties figuring out which com port the selected modem is on. I am retrieving the list of modems from this location......
(HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Services\Class\Modem")

Any ideas or suggestions would be very helpful.


Thanks,

Dubi