Home > Archive > Smartphone Developer Forum > April 2006 > get phone number
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Pascal 2006-04-05, 8:04 am |
| Hi,
I'm looking code sample or help to get phone number on a smartphone
(wm2003E) when it rings, in order to change the picture on the screen.
Thank you
Pascal
| |
|
|
| Pascal 2006-04-10, 4:10 am |
| Thank you for links
but I'm looking for this code for vb.net or c#...
| |
| Yaroslav Goncharov 2006-04-10, 4:10 am |
| You may need to implement a native module and use it from your managed code.
--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com
"Pascal" <tems2005@gmail.com> wrote in message
news:mn.53b57d64e098b025.49592@gmail.com...
> Thank you for links
> but I'm looking for this code for vb.net or c#...
>
>
| |
| Pascal 2006-04-10, 8:18 am |
| > You may need to implement a native module and use it from your managed code.
I think I need help to implement because I've no idea how to do it.
Could you help me in this task ?
| |
| Yaroslav Goncharov 2006-04-11, 4:07 am |
| Well, there are quite a few good articles you can start with. If you are
familiar with C in general, take a look at one of dll samples that shipped
with SDK. You need to implement a dll and call some functions from it using
p/invoke as you do for Win32 API.
--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com
"Pascal" <tems2005@gmail.com> wrote in message
news:mn.554a7d64b53a535f.49592@gmail.com...
>
>
> I think I need help to implement because I've no idea how to do it. Could
> you help me in this task ?
>
>
| |
| Pascal 2006-04-11, 4:07 am |
| > Well, there are quite a few good articles you can start with. If you are
> familiar with C in general, take a look at one of dll samples that shipped
> with SDK. You need to implement a dll and call some functions from it using
> p/invoke as you do for Win32 API.
Ok, I don't know C but I will try to find this dll.
Thank you for your infos.
Pascal
|
|
|
|
|