Click here to Skip to main content
15,908,618 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHost ActiveX control and draw to memory context? Pin
Andrew Altham12-Aug-06 0:20
Andrew Altham12-Aug-06 0:20 
AnswerRe: Host ActiveX control and draw to memory context? Pin
Andrew Altham12-Aug-06 23:10
Andrew Altham12-Aug-06 23:10 
QuestionTAPI Sample Pin
Rocky Marrone11-Aug-06 2:39
Rocky Marrone11-Aug-06 2:39 
AnswerRe: TAPI Sample Pin
Eytukan11-Aug-06 5:20
Eytukan11-Aug-06 5:20 
QuestionATL events in web page. Pin
Eytukan11-Aug-06 0:53
Eytukan11-Aug-06 0:53 
AnswerRe: ATL events in web page. Pin
Michael Dunn11-Aug-06 17:54
sitebuilderMichael Dunn11-Aug-06 17:54 
GeneralRe: ATL events in web page. Pin
Eytukan15-Aug-06 6:39
Eytukan15-Aug-06 6:39 
QuestionTAPI Problem ??????? Pin
Rocky Marrone10-Aug-06 1:37
Rocky Marrone10-Aug-06 1:37 
hi guys this is rocky,,,,,,
i cant understand one thing please help me to understand that........

check the code .............

// Initialize TAPI

hr = pTapi.CreateInstance((CLSID_TAPI));
hr = pTapi->Initialize();

// Look for the requested line

pEnumAddress = pTapi->EnumerateAddresses();

while ( pEnumAddress->Next(1, &pAddress, &ul) == S_OK )
{
name = pAddress->AddressName;

//if ( name == bstrLine )
//break;

pAddress.Release();
pAddress = 0;
}

// If the line was found, then make a call

if ( pAddress )
{
pCall = pAddress->CreateCall(bstrNumber,
LINEADDRESSTYPE_PHONENUMBER,
TAPIMEDIATYPE_AUDIO);

// Make the call

hr = pCall->Connect(true);


i think what this is doin there are so many numbers are here...........

i want to call only one no example 123456789 lests its hard coded how can i call this no with the above code what change i have to make for this

thnx in advance guys
Best Regards
Rocky

AnswerRe: TAPI Problem ??????? Pin
Eytukan10-Aug-06 21:18
Eytukan10-Aug-06 21:18 
QuestionDestroying map cause exception [modified] Pin
mr_tawan8-Aug-06 23:51
mr_tawan8-Aug-06 23:51 
NewsRe: Destroying map cause exception Pin
Anonymuos11-Aug-06 8:32
Anonymuos11-Aug-06 8:32 
AnswerRe: Destroying map cause exception Pin
Zac Howland11-Aug-06 8:43
Zac Howland11-Aug-06 8:43 
QuestionMS WORD Dictionary for Web Page???????? Pin
MANOJ BATRA8-Aug-06 19:21
MANOJ BATRA8-Aug-06 19:21 
QuestionDestructors in STL? Pin
sawerr8-Aug-06 19:19
sawerr8-Aug-06 19:19 
AnswerRe: Destructors in STL? Pin
Christian Graus8-Aug-06 19:53
protectorChristian Graus8-Aug-06 19:53 
GeneralRe: Destructors in STL? Pin
Anonymuos11-Aug-06 8:37
Anonymuos11-Aug-06 8:37 
AnswerRe: Destructors in STL? Pin
sunit510-Aug-06 22:52
sunit510-Aug-06 22:52 
GeneralRe: Destructors in STL? [modified] Pin
George L. Jackson11-Aug-06 18:01
George L. Jackson11-Aug-06 18:01 
AnswerRe: Destructors in STL? Pin
dfields32617-Aug-06 10:24
dfields32617-Aug-06 10:24 
Answerstd::auto_ptr in containers [modified] Pin
George L. Jackson17-Aug-06 11:47
George L. Jackson17-Aug-06 11:47 
GeneralCode Using boost::shared_ptr Pin
George L. Jackson17-Aug-06 12:07
George L. Jackson17-Aug-06 12:07 
GeneralRe: Destructors in STL? Pin
Zac Howland25-Aug-06 8:59
Zac Howland25-Aug-06 8:59 
AnswerRe: Destructors in STL? Pin
Zac Howland11-Aug-06 4:40
Zac Howland11-Aug-06 4:40 
QuestionCalling m_spClientSite->GetContainer from another thread Pin
TClarke8-Aug-06 3:34
TClarke8-Aug-06 3:34 
QuestionDEBUG_NEW for ATL apps? Pin
Rob Caldecott7-Aug-06 5:49
Rob Caldecott7-Aug-06 5:49 

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.