Click here to Skip to main content
15,917,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Printing windows form Pin
Duncan Edwards Jones30-Apr-07 11:27
professionalDuncan Edwards Jones30-Apr-07 11:27 
AnswerRe: Printing windows form Pin
sthotakura30-Apr-07 5:47
sthotakura30-Apr-07 5:47 
QuestionRecording a Phone Call Pin
S.Rajeshwar30-Apr-07 1:55
S.Rajeshwar30-Apr-07 1:55 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 4:21
Ray Cassick30-Apr-07 4:21 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 19:48
S.Rajeshwar30-Apr-07 19:48 
AnswerRe: Recording a Phone Call Pin
Ray Cassick30-Apr-07 20:07
Ray Cassick30-Apr-07 20:07 
QuestionRe: Recording a Phone Call Pin
S.Rajeshwar30-Apr-07 22:42
S.Rajeshwar30-Apr-07 22:42 
AnswerRe: Recording a Phone Call Pin
Ray Cassick2-May-07 13:52
Ray Cassick2-May-07 13:52 
Oh,

You cant do this using MSCOMM. That control only lets you talk to the modem and use it for data communications. It doe snot provide you with an Audio stream as you think it does. It interfaces to a com port and allows you to send/receive data. The underlying audio stream is still managed by the hardware itself.

To get to the voice path in any way you are going to need to talk to the hardware at a lower level. I suggest that you start digging into Tapi a bit. There are some great resources out there to help people get started there. Just do a Google search for 'Tapi FAQ' and start reading.

Be aware that Tapi is not for the faint of heart nor does it interface really well with VB. It makes use of callbacks and some very touchy data structures that can cause a VBer much pains. It may be better for you to start looking for an ActiveX control that abstracts all the junk into something a bit more COM based.

Either way you are going to have to start dealing with media streams to get the audio data you want, and once again, if you are trying to use this modem to make a call on your behalf and want to record the entire conversation (what you are speaking and what the other person is speaking, you are going to run into some issues because the Unimodem TSP is not full-duplex. Remember the fact that these modems do voice at all is really an afterthought. They were first and foremost data communications devices. Companies trying to shoehorn speakerphones and answering machines into them was just to build some added value for consumers, not to provide a feature rich application development environment for software devs to write applications on. If you are writing for anything other than personal use, trust me, don't bother using a modem.


Questioncopy line from one txt file and place it to another txt file Pin
pankajs3k29-Apr-07 23:45
pankajs3k29-Apr-07 23:45 
AnswerRe: copy line from one txt file and place it to another txt file Pin
Christian Graus30-Apr-07 0:21
protectorChristian Graus30-Apr-07 0:21 
GeneralRe: copy line from one txt file and place it to another txt file Pin
pankajs3k6-May-07 21:25
pankajs3k6-May-07 21:25 
GeneralRe: copy line from one txt file and place it to another txt file Pin
Christian Graus7-May-07 1:09
protectorChristian Graus7-May-07 1:09 
QuestionNeed help for Importing .DAT files Pin
Jats_4ru29-Apr-07 23:31
Jats_4ru29-Apr-07 23:31 
AnswerRe: Need help for Importing .DAT files Pin
Colin Angus Mackay29-Apr-07 23:56
Colin Angus Mackay29-Apr-07 23:56 
QuestionRe: Need help for Importing .DAT files Pin
Jats_4ru30-Apr-07 1:11
Jats_4ru30-Apr-07 1:11 
AnswerRe: Need help for Importing .DAT files Pin
Colin Angus Mackay30-Apr-07 3:24
Colin Angus Mackay30-Apr-07 3:24 
QuestionCheck selected item of combobox Pin
Manfr3d29-Apr-07 23:28
Manfr3d29-Apr-07 23:28 
AnswerRe: Check selected item of combobox Pin
Colin Angus Mackay30-Apr-07 0:00
Colin Angus Mackay30-Apr-07 0:00 
Questionhelp in convertiting the vb code in vb.net Pin
Suhail Shahab29-Apr-07 21:55
Suhail Shahab29-Apr-07 21:55 
AnswerRe: help in convertiting the vb code in vb.net Pin
Christian Graus30-Apr-07 0:22
protectorChristian Graus30-Apr-07 0:22 
Questionhow to detect storage device name in smart device Pin
laurensia inge29-Apr-07 21:08
laurensia inge29-Apr-07 21:08 
Questionremaining free space on HD Pin
charchabil0329-Apr-07 20:56
charchabil0329-Apr-07 20:56 
AnswerRe: remaining free space on HD [modified] Pin
Sonia Gupta29-Apr-07 21:52
Sonia Gupta29-Apr-07 21:52 
AnswerRe: remaining free space on HD Pin
johnjsm30-Apr-07 7:25
johnjsm30-Apr-07 7:25 
QuestionHow to populate listbox with it's filepath Pin
x86phre3x29-Apr-07 20:37
x86phre3x29-Apr-07 20:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.