Now I have an exe program, which can capture KeyPress event in background.
In this program I am handling EKeyYes press,because it is related to handling outgoing call.
And also, I can make dial through it.
But there is some technical question:
If I want to handle outgoing call, then I should handle 0-9,*,#,p,w key press event as well as EKeyYes, and also before capturing these, it is necessary to be sure that the Telephone application (the main symbian application which can make a dial in usual) is running in foreground then Capturing... .
So it can not be a good solution... .
Is there any way that an exe program be notified if a makeDial is stablished?
I want to be notified in my exe program whethere a Dial is make(an outgoing call) or not
And after it, Get it's number, change it, then pass it to Dialer to make a dial with new number.
In real I am searching for an outgoing call observer and handle it...
Friend dialling can be easy then capturing keypress event. I am looking to do the same. Can you be kind enough to send me the exe code. So that i modify the code and send u the whole code.
you can send on : lilesh.patel@gmail.com
yes, I can
but you know I want just an outgoing call listener,
I want to handle the Dialing which the cell phone itself has made it,modify it's number then let it continue it's task...
Regards
How can I hide calling box in making a call...
Thank you,
Now I can handle outgoing calls, and hang it,
In duration of these actions, I see this box :
Dialing 123456
and then hide it and hang the call,
But I want that the user doesn't see any.
I want hang the call without the user see the Dialing box...