VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



TaskList

by V2 (7 Submissions)
Category: Windows API Call/Explanation
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

This simulates windows taskbar as every new window created , destroyed, activated , and even redraw or window caption change event is captured by this application. I was looking for this code for a long period but was unable to find a single project simulating the same i first manage to simulate this by enumerating windows through EnumWindows API call but one need to add a timer control to refresh the tasklist every now and then to get all the running tasks.But with this application no timer is running and you get notification for every window event whether explorer.exe is running or not it doesn't matters at all , which is very useful for shell developers who want to develop their own shell. try running this application as a shell and see for yourself. if you like this code or use this code then please do mention my name (if u like to) and dont forget to vote for this code as this takes months to figure out how to use those undocumented API's from windows.

Rate TaskList

Download TaskList

Download TaskList (13 KB)

TaskList Comments

No comments have been posted about TaskList. Why not be the first to post a comment about TaskList.

Post your comment

Subject:
Message:
0/1000 characters