how to get the list of opened tasks.i hav got some of the tasks from
processes using mainwindowtitle property but i m nt getting the opened
folder windows minmised in taskbar.
i used:
for each p as process in process.getproc esses()
messagebox.show (p.processname)
next
but through this i m only getting processes but as opened folder is a
part of explorer.exe process so i m nt getting them in the list.like in
taskmanager in application tab u get the list of opened folder as wel
as apps.so i m getting apps but nt folders
processes using mainwindowtitle property but i m nt getting the opened
folder windows minmised in taskbar.
i used:
for each p as process in process.getproc esses()
messagebox.show (p.processname)
next
but through this i m only getting processes but as opened folder is a
part of explorer.exe process so i m nt getting them in the list.like in
taskmanager in application tab u get the list of opened folder as wel
as apps.so i m getting apps but nt folders