Click here to Skip to main content
15,885,546 members

Comments by Michiel du Toit (Top 13 by date)

Michiel du Toit 15-Feb-13 5:55am View    
Please improve your question. You are already getting all items with the maximum values with your plpo2 assignment, what exactly do you want to do in addition?
Michiel du Toit 12-Feb-13 3:32am View    
If you're using a COM port you just write ATH\r\n to the COM port using a Write command to hang up (the same way you would dial using ATD<number>\r\n.

For voice comms I'd recommend looking into TAPI.
Michiel du Toit 8-Feb-13 3:23am View    
Also, what font are you using on the label, does it support unicode?
Michiel du Toit 8-Feb-13 3:04am View    
You're going to have to provide more details about how you're making the calls to get more help. Are you dialing with a physical modem or using an internet service (and which)? Is the modem on the box running the code or on a different box and what make and model is it? Are you talking to the modem via a COM port or, via a USB interface or via a specialized modem driver?
Michiel du Toit 6-Feb-13 8:06am View    
You're going to have to provide more details on the error you're getting. Windows 7 has default settings in place that stops some standard IIS stuff from working by default - these settings just needed to be changed.

Some changes in your %windir%\Microsoft.NET\Framework\v____\config's files are required to allow application web.configs to enable HttpModules, etc - without knowing which your web app requires we can't point you in the right direction...