icons of task manager??
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
the windows task manager application tab shows the application name as wellas the icon associated to that application/process. i was making a listup of the applications that were running [task manager clone] this i did by using the enumWindows API along with checks on the style sof the window handles obtained and it is working however dunno how to display the icon associated with a process. any advice!!