newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
rbrunner
54
eric
54
Andreas
46
sandeepmhptr
41
alh
32
more
Feeds
More feeds...
running application
Login
to reply to this topic.
Thu, 2005-07-07 10:55
PaoloAscione
Joined: 2005-05-06
Forum posts: 10
How Can I retrieve a list of only running applications ?
I tried with RApaLsSession but i retrieve the list of all of my applications
Thanks Paolo
Login
or
register
to post in forums
Fri, 2005-07-08 07:15
yerramraju
Joined: 2005-06-23
Forum posts: 21
Re: running application
Hi PaoloAscione,
  You can get all the running tasks on the device by using the CApaTaskList but it gives you only UI based applications info.
i hope this class will help you.
 
Fri, 2005-07-08 10:22
vin2ktalks
Joined: 2004-05-26
Forum posts: 732
Re: running application
Check this url:
http://www.newlc.com/article.php3?id_article=594
Hope it will help you.
Home Page
Forum Nokia Blogs
 
Sat, 2005-07-09 09:44
PaoloAscione
Joined: 2005-05-06
Forum posts: 10
Re: running application
I solved my problem using TApaTask and TApaTaskList.
Thanks so much
 
Login
to reply to this topic.
Forum posts: 21
  You can get all the running tasks on the device by using the CApaTaskList but it gives you only UI based applications info.
i hope this class will help you.
Forum posts: 732
Hope it will help you.
Forum posts: 10
Thanks so much