you take the fun out of it

anyways I think you can send user messages because it only goes to the top level window which In most cases is not a user form but just a message handler capture window.
But in this case its hard to get to because its in the application class and that window basically only handles known messages and ignores all others. Only apps that are special in this case for example would be interacting there.
But who knows.. I guess you could just send a WM_POWERBROADCAST message yourself !
There is also the BroadCastSystemMessage API call too