Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC Pin
Mohsen Kokabi2-Mar-03 4:19
Mohsen Kokabi2-Mar-03 4:19 
GeneralHTTP GET POST commands Pin
Kuniva2-Mar-03 2:46
Kuniva2-Mar-03 2:46 
GeneralRe: HTTP GET POST commands Pin
Anonymous2-Mar-03 3:14
Anonymous2-Mar-03 3:14 
GeneralRe: HTTP GET POST commands Pin
Stephane Rodriguez.2-Mar-03 3:17
Stephane Rodriguez.2-Mar-03 3:17 
GeneralRe: HTTP GET POST commands Pin
Kuniva2-Mar-03 3:34
Kuniva2-Mar-03 3:34 
GeneralMBCS filenames Pin
Member 1307761-Mar-03 23:33
Member 1307761-Mar-03 23:33 
GeneralRe: MBCS filenames Pin
Navin2-Mar-03 2:24
Navin2-Mar-03 2:24 
GeneralTAPI Pin
urid1-Mar-03 22:58
urid1-Mar-03 22:58 
hi everybody.
I need to know if somebody is calling to modem on my pc,
for this i do following:
<br />
DWORD l_iResult = ::lineInitialize(&m_hTAPI ,NULL, lineCallbackFunc ,<br />
_T("MyApp"), &m_iNumberOfLineDevices);<br />
DWORD l_iResult = ::lineOpen( m_hTAPI , l_iDevLineID  , &m_hLine , m_iTAPIVersion , 0 , 100 , LINECALLPRIVILEGE_OWNER ,LINEMEDIAMODE_DATAMODEM , NULL );<br />
DWORD dwLineStates = LINEDEVSTATE_CLOSE |LINEDEVSTATE_CONNECTED |			 LINEDEVSTATE_DISCONNECTED | LINEDEVSTATE_RINGING;<br />
DWORD lRes = lineSetStatusMessages(m_hLine, dwLineStates, 0);<br />

So , how can you see , I'll receive the event if somebody is calling to me , but i want to know who is it? that mean i want to know remote phone number.How can i do that?
Thanks to everybody who will react.
GeneralRe: TAPI Pin
Michael P Butler2-Mar-03 0:18
Michael P Butler2-Mar-03 0:18 
GeneralTwo Frames Pin
ROK_RShadow1-Mar-03 19:32
ROK_RShadow1-Mar-03 19:32 
GeneralPlease help me : Window's RGN Pin
jedyking1-Mar-03 19:08
jedyking1-Mar-03 19:08 
QuestionLVN_ITEMCHANGED not sent? Pin
GWENJi1-Mar-03 17:34
GWENJi1-Mar-03 17:34 
AnswerRe: LVN_ITEMCHANGED not sent? Pin
peterchen2-Mar-03 4:46
peterchen2-Mar-03 4:46 
GeneralRe: LVN_ITEMCHANGED not sent? Pin
GWENJi2-Mar-03 7:24
GWENJi2-Mar-03 7:24 
GeneralRe: LVN_ITEMCHANGED not sent? Pin
peterchen2-Mar-03 7:51
peterchen2-Mar-03 7:51 
GeneralRe: LVN_ITEMCHANGED not sent? Pin
GWENJi3-Mar-03 2:43
GWENJi3-Mar-03 2:43 
Generala simple question Pin
fogmen1-Mar-03 16:20
fogmen1-Mar-03 16:20 
GeneralRe: a simple question Pin
PJ Arends1-Mar-03 17:19
professionalPJ Arends1-Mar-03 17:19 
Generalskinning Pin
georgiek501-Mar-03 14:37
georgiek501-Mar-03 14:37 
GeneralRe: skinning Pin
jedyking1-Mar-03 19:08
jedyking1-Mar-03 19:08 
GeneralRe: skinning Pin
georgiek502-Mar-03 1:28
georgiek502-Mar-03 1:28 
GeneralRe: skinning Pin
Trollslayer2-Mar-03 2:59
mentorTrollslayer2-Mar-03 2:59 
GeneralMSC Dislog app with popup window Pin
ianmknight1-Mar-03 13:48
ianmknight1-Mar-03 13:48 
GeneralColors and Alpha Pin
Tomas Petricek1-Mar-03 13:48
Tomas Petricek1-Mar-03 13:48 
GeneralRe: Colors and Alpha Pin
Chris Losinger1-Mar-03 18:49
professionalChris Losinger1-Mar-03 18: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.