Re: How to programmatically clear "Wait for dial tone before dialing"?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If you want to do it just for yourself, use:
lineGetDevConfig / lineSetDevConfig with TAPI device class "comm/datamodem".
1.
use lineGetDevConfig and retrieve twice the modem's structure:
one structure with the option turn off
and the second structure with that option turn on.
2.
Now, depending on what you want: use lineSetDevConfig and load the structure
you need.

Hope it helps,
Jack

"Bob Day" <xxxxxx@xxxxxxxxxx> wrote in message
news:%23KhjllklHHA.4552@xxxxxxxxxxxxxxxxxxxxxxx
In the modem properties dialog box in Device Manager,
there is a checkbox labelled "Wait for dial tone before dialing".
Is there any way, programmatically, to enable or disable
"Wait for dial tone before dialing"?

-- Bob Day



.