Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hide Black Console Window later in program Pin
The Man from U.N.C.L.E.18-Nov-09 7:57
The Man from U.N.C.L.E.18-Nov-09 7:57 
GeneralRe: Hide Black Console Window later in program Pin
PIEBALDconsult18-Nov-09 9:23
mvePIEBALDconsult18-Nov-09 9:23 
QuestionStretch to parent control Pin
Zaegra18-Nov-09 7:19
Zaegra18-Nov-09 7:19 
AnswerRe: Stretch to parent control Pin
LimitedAtonement18-Nov-09 7:44
LimitedAtonement18-Nov-09 7:44 
GeneralRe: Stretch to parent control Pin
Zaegra18-Nov-09 8:34
Zaegra18-Nov-09 8:34 
GeneralRe: Stretch to parent control Pin
Abhishek Sur18-Nov-09 9:49
professionalAbhishek Sur18-Nov-09 9:49 
GeneralRe: Stretch to parent control Pin
0x3c018-Nov-09 10:01
0x3c018-Nov-09 10:01 
AnswerRe: Stretch to parent control Pin
Abhishek Sur18-Nov-09 9:51
professionalAbhishek Sur18-Nov-09 9:51 
GeneralRe: Stretch to parent control Pin
Zaegra18-Nov-09 10:04
Zaegra18-Nov-09 10:04 
AnswerRe: Stretch to parent control Pin
Luc Pattyn18-Nov-09 10:08
sitebuilderLuc Pattyn18-Nov-09 10:08 
GeneralRe: Stretch to parent control Pin
Zaegra18-Nov-09 10:45
Zaegra18-Nov-09 10:45 
GeneralRe: Stretch to parent control Pin
LimitedAtonement18-Nov-09 11:12
LimitedAtonement18-Nov-09 11:12 
GeneralRe: Stretch to parent control Pin
Luc Pattyn18-Nov-09 13:42
sitebuilderLuc Pattyn18-Nov-09 13:42 
GeneralRe: Stretch to parent control Pin
Zaegra18-Nov-09 19:23
Zaegra18-Nov-09 19:23 
NewsRe: Stretch to parent control Pin
LimitedAtonement20-Nov-09 6:20
LimitedAtonement20-Nov-09 6:20 
GeneralRe: Stretch to parent control Pin
Luc Pattyn20-Nov-09 7:29
sitebuilderLuc Pattyn20-Nov-09 7:29 
QuestionProgressBar like a ruler Pin
stancrm18-Nov-09 6:31
stancrm18-Nov-09 6:31 
AnswerRe: ProgressBar like a ruler Pin
musefan18-Nov-09 7:02
musefan18-Nov-09 7:02 
AnswerRe: ProgressBar like a ruler Pin
The Man from U.N.C.L.E.18-Nov-09 7:46
The Man from U.N.C.L.E.18-Nov-09 7:46 
QuestionHow to get Caller ID from Tapi3lib? Pin
grefu18-Nov-09 6:02
grefu18-Nov-09 6:02 
Hi. I trying to get caller ID using tapi3lib examples from this forum.
I tried with multiples codes but ever some errors happens.

case TAPI3Lib.CALL_STATE.CS_OFFERING:
addtolist("A party wants to communicate with you!");
ITCallNotificationEvent cne;
ITCallInfo ci = cne.Call;
CALLINFO_STRING ci_s;
string callerid = ci.get_CallInfoString(ci_s);
MessageBox.Show(callerid, "Incoming call");
break;

error messages:
Error 4 Use of unassigned local variable 'cne' D:\tapi3_dev\tapi3_dev\Form1.cs 536 41 tapi3_dev
Error 5 Use of unassigned local variable 'Caller_ID' D:\tapi3_dev\tapi3_dev\Form1.cs 538 65 tapi3_dev

Anyone could help me to get caller id with any exaple code, please?
Regards and thanks a lot.
AnswerRe: How to get Caller ID from Tapi3lib? Pin
Richard MacCutchan18-Nov-09 11:52
mveRichard MacCutchan18-Nov-09 11:52 
GeneralRe: How to get Caller ID from Tapi3lib? [modified] Pin
grefu18-Nov-09 21:18
grefu18-Nov-09 21:18 
GeneralRe: How to get Caller ID from Tapi3lib? Pin
Richard MacCutchan18-Nov-09 21:45
mveRichard MacCutchan18-Nov-09 21:45 
GeneralRe: How to get Caller ID from Tapi3lib? Pin
grefu19-Nov-09 2:34
grefu19-Nov-09 2:34 
GeneralRe: How to get Caller ID from Tapi3lib? Pin
Richard MacCutchan19-Nov-09 6:28
mveRichard MacCutchan19-Nov-09 6:28 

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.