Thursday, November 09, 2006

Symbian S60 Code Tips
Hide application from the tasks list

void CSomeDocument::UpdateTaskNameL(CApaWindowGroupName* aWgName)
{
// Set app task name hidden in the task list
aWgName->SetHidden(ETrue);
}

No comments:

stats counter