Hello Sir,
I use code to bring application in the background
TApaTask task(iEikonEnv->WsSession());
task.SetWgId(CEikonEnv::Static()->RootWin().Identifier());
task.SendToBackground();
iCoeEnv undeclared(first use this function)
Please help me shourt out the problem

Reply With Quote

