sendmessage 1.0

Free SendMessage is a little tool to send Windows messages to any window
Rating
Your vote:
Latest version:
1.0.2.36 See all
Developer:
Stefan Küng
Screenshots
1 / 2
Freeware
Used by 1 person
Request
Download
link when available

SendMessage is a little tool to send Windows messages to any window.
Ever wondered how you should test whether your application correctly responds to certain system messages like WM_ENDSESSION or WM_POWERBROADCAST? Of course you can test your application by actually triggering those messages, but especially the WM_ENDSESSION message and its purpose makes it impossible to attach a debugger to your app once Windows sends you that message.

With this tool, you can send that message and any other message you like to your application window. And you can do that while you have a debugger attached to your application!

There are a few window messages predefined in SendMessage. If you need to send a message that is not in the list, just enter the number of the message and any required values for WPARAM and LPARAM manually. The screenshot below shows how this would look like for the WM_SYSCOLORCHANGE message.

Comments

User

Your vote: