Click here to Skip to main content
15,907,329 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
ZapMe131-Aug-05 10:11
ZapMe131-Aug-05 10:11 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
ZapMe131-Aug-05 12:23
ZapMe131-Aug-05 12:23 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
GDavy31-Aug-05 20:01
GDavy31-Aug-05 20:01 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
ZapMe11-Sep-05 11:25
ZapMe11-Sep-05 11:25 
QuestionSimple EVC4.0 app to run a CAB Pin
Anonymous30-Aug-05 12:17
Anonymous30-Aug-05 12:17 
QuestionHow can I write a program about Call Logs?? Pin
sp04.tw28-Aug-05 17:02
sp04.tw28-Aug-05 17:02 
AnswerRe: How can I write a program about Call Logs?? Pin
Cedric Moonen30-Aug-05 3:09
Cedric Moonen30-Aug-05 3:09 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw30-Aug-05 20:38
sp04.tw30-Aug-05 20:38 
Thanks your reply.
Call Logs is "Received", "Dialed", "Missed", and "Call Timers".
(Maybe this is Dialed history??)
I want to get those message on my smartphone and do not use the incoming telephone number record on the cell phone device.

Are those the same??(Call Logs = Dialed history....)
I reference form....
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_phone_calllogaccessfunctions.asp[^]

May you help and tell where have error??

case WM_PAINT:
{
HDC hdc;
PAINTSTRUCT ps;
RECT rect;
DWORD sizset;
HANDLE h;
HRESULT result;
HANDLE hPhoneOpenCallLog;
HANDLE *ph;
PCALLLOGENTRY pcallLogentry;


hdc = BeginPaint(hwnd, &ps);
GetClientRect(hwnd, &rect);


sizset = sizeof(CALLLOGENTRY);
pcallLogentry->cbSize = sizset;
pcallLogentry->fOutgoing = 1;
result = PhoneOpenCallLog(ph);
PhoneGetCallLogEntry(ph,pcallLogentry);
MessageBox(NULL,(const unsigned short *)pCallLogEntry->fOutgoing,NULL,1);
PhoneCloseCallLog (ph);

EndPaint (hwnd, &ps);
}

I have include phone.h and add phone.lib already.
But...error follow me always...Frown | :(
GeneralRe: How can I write a program about Call Logs?? Pin
Cedric Moonen30-Aug-05 23:22
Cedric Moonen30-Aug-05 23:22 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw1-Sep-05 20:26
sp04.tw1-Sep-05 20:26 
GeneralRe: How can I write a program about Call Logs?? Pin
Cedric Moonen1-Sep-05 23:38
Cedric Moonen1-Sep-05 23:38 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw4-Sep-05 14:34
sp04.tw4-Sep-05 14:34 
GeneralRe: How can I write a program about Call Logs?? Pin
Christian Graus4-Sep-05 15:40
protectorChristian Graus4-Sep-05 15:40 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw5-Sep-05 18:41
sp04.tw5-Sep-05 18:41 
QuestionDriver interface Pin
Paresh emb25-Aug-05 5:50
Paresh emb25-Aug-05 5:50 
QuestionInterface exposed by driver Pin
anonymos25-Aug-05 5:48
anonymos25-Aug-05 5:48 
GeneralPC104 driver with Windows Pin
dannygilbert324-Aug-05 9:47
dannygilbert324-Aug-05 9:47 
GeneralIntroduction to PocketPC 2003 Programming Pin
Jakykong23-Aug-05 21:33
Jakykong23-Aug-05 21:33 
GeneralS-Record file Pin
Anonymous21-Aug-05 22:27
Anonymous21-Aug-05 22:27 
QuestionDesktop PDA filesync dialog? Pin
CodeBrain20-Aug-05 0:41
CodeBrain20-Aug-05 0:41 
GeneralRDA Pull SQL Server CE 2.0 Error Pin
_Ian_18-Aug-05 4:58
_Ian_18-Aug-05 4:58 
GeneralCreate a bilingual dictionary for mobile phone Pin
Serey15-Aug-05 19:06
Serey15-Aug-05 19:06 
GeneralColored and hatched brush Pin
\SOLMAN15-Aug-05 11:45
\SOLMAN15-Aug-05 11:45 
GeneralUSB Communication Pin
Paresh emb12-Aug-05 3:35
Paresh emb12-Aug-05 3:35 
GeneralPocket PC Activator.Create(Type) error Pin
Ryzhiy11-Aug-05 23:50
Ryzhiy11-Aug-05 23:50 

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.