Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to access callee number with C#

Status
Not open for further replies.

jia jee

Newbie level 5
Joined
Feb 9, 2010
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Pakistan
Activity points
1,327
hello!

i am doing a term project. it includes gps module which tells the position of a person. and whenever person enters specific location (longitude and latitude) on map already saved then.....he is in NO DISTURB MODE......and if anyone calls him when he is in this mode then a message 'busy' is sent to that person...


i am done with two modules that is GPS part and Message sending....but i need help regarding how to extract number of the callee from pc suit.....(as mobile is connected to laptop for time being).....using c#.....

i am working on VS2008...


regards
jia...
 

What phone are you using? What did you mean using PC Suite-extracting? How the software is handling message and GPS, I'm guessing you have a small app on phone that interfaces to pc software, use the same for extracting call numbers.
 

ama_trig said:
What phone are you using? What did you mean using PC Suite-extracting? How the software is handling message and GPS, I'm guessing you have a small app on phone that interfaces to pc software, use the same for extracting call numbers.

i have tried it on nokia5300 and nokiaN97 both....and i am using nokia pc suit to connect the mobile with laptop. by extracting i mean.....to access or save the mobile number of the person calling. for message sending i have used alternative of AT hyperterminal commands in C#.
pc suit notifies me the caller number. but i do not know how to save that number for further processing
 

Well, Ive never done such a thing directly from PC, but what I see here is you have three kinds of approach:

0)If you can find a proper AT that will retrieve callers!!!

1)Check following and search there: Using SDK, seems possible
**broken link removed**
**broken link removed**

2)if you are using N97, then writing a software for it, that connects to your pc, and does the job, seems to be easy

3rd one),which I think you are looking for, is to capture that window which pops up, so you should use windows handling methods.
these are the tags that might help:
capturing text in Windows UI with C#
capturing text from other windows in C#
 

    jia jee

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top