Hello All,
I am very very new to symbian series 60 C++ programming, I have a simple requirement and was wondering what will be best option to go about it, my requirement is below
1) I first want a create a menu option which will have an ON and OFF option and if ON then this program should always run in background the reason of this is stated in next point.
2) If the menu option is set to ON then whenever a user enters a number to dial and presses the green send button then the program should somehow capture the send key down event and the number which was keyed in by the user and prepend some number ahead of it before dialling, For Ex if the user wanted to dial number 123456 I want the program the prepend lets say 88 to the number keyed in by the user and then dial 88123456. I want this to happen everytime when user tries to call any number unless the menu option is OFF.
3) If the menu option is set to OFF then the dialling should go as normal.
After reading some the symbian documents I have realised I have to use ETel APIs to dial but I was wondering how do I capture the send button down event and then what number was keyed in by the user.
If anyone can please point me to right documentation or some examples it will be great.
Many Thanks,
Neo