Run the application after receiving the order!
EX: I am for your application in the background, after receiving a message, I want to appear the background of the application.
Can anyone help me! Thanks!
Run the application after receiving the order!
EX: I am for your application in the background, after receiving a message, I want to appear the background of the application.
Can anyone help me! Thanks!
Basically you would need to run the application in background (or a process without UI) which would be monitoring inbox, and as the message arrived, you would simply (launch the UI) bring the application to teh foreground.
How to bring the application to teh foreground? Symbianyucca ?
TApaTask::BringToForeground() can help you.