I'm trying to write a replacement shell for Windows at the moment i have a working system tray and (sort-of) working taskbar.
The issue at the moment is the Taskbar is failing to receive window created/activated/destroyed messages when run on it's own.
If I run it on top of explorer it works fine. Even if i kill explorer and run it, it will work fine, but if a log into my user account with cmd.exe as shell and run it from there it receives no messages.
At the moment I'm using SetWindowsHookE x, Does this function rel on some other process to do it's job? or is there and alternative function that will do this job with the need for explorer to have run?
The issue at the moment is the Taskbar is failing to receive window created/activated/destroyed messages when run on it's own.
If I run it on top of explorer it works fine. Even if i kill explorer and run it, it will work fine, but if a log into my user account with cmd.exe as shell and run it from there it receives no messages.
At the moment I'm using SetWindowsHookE x, Does this function rel on some other process to do it's job? or is there and alternative function that will do this job with the need for explorer to have run?
Comment