To send the window as back ground
| Thu, 2008-05-29 11:08 | |
|
To send the window as back ground i have used the code lines in my application TApaTask task(iEikonEnv->WsSession( )); But in real ,When i send the sms to the cell containg the above code from other cell can anyone sugget me ,what precautions should i have to take???? thks in advance...... |
|






Forum posts: 463
Without opening it..then you might want to write an application which is always running and starts when the phone is booting up and is always in background. Otherwise I doubt if you can do it without actually having the application open.
Forum posts: 2006
Why have you done an application if you don't want to see it running ? Maybe a simple exe would have been better. Or a client/server application with a UI part and a background processing server.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 48
Thks Neil and eric for your replly,
Neil as u write that to do my work done i have to...
write an application which is always running and starts when the phone is booting up and is always in background. right..
can you pls suggest me some code line to do that as i have a new person in this field..
thks dear..
Forum posts: 463
Like eric suggested check examples on the the client server application..should be in the examples in the SDK if i am not mistaken.