All Projects → stefankueng → sendmessage

stefankueng / sendmessage

Licence: other
SendMessage is a little tool to send Windows messages to any window.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to sendmessage

alog
Update: use loguru instead. Simple straight logging your Python code
Stars: ✭ 38 (-59.14%)
Mutual labels:  helper, debug
xd-storage-helper
A little helper to make storing key-value-pairs (e.g. settings) for Adobe XD plugins easier.
Stars: ✭ 22 (-76.34%)
Mutual labels:  helper
soar-php
SQL optimizer and rewriter. - SQL 优化、重写器(辅助 SQL 调优)。
Stars: ✭ 140 (+50.54%)
Mutual labels:  debug
dd
This package will add the dd and dump helpers to your Phalcon application.
Stars: ✭ 17 (-81.72%)
Mutual labels:  debug
pdbfetch
Fetch PDB symbols directly from Microsoft's symbol servers
Stars: ✭ 33 (-64.52%)
Mutual labels:  debug
cfw-easy-utils
An in-depth library to assist with common tasks with CF Workers. Includes utils for responses, cookies, and more!
Stars: ✭ 52 (-44.09%)
Mutual labels:  helper
notify
Send emails and text messages to your users if you work in Australian government
Stars: ✭ 15 (-83.87%)
Mutual labels:  messages
react-native-debug-server-host
React Native Debug server host for iOS
Stars: ✭ 45 (-51.61%)
Mutual labels:  debug
PREBorderView
A very simple Objective-C UIView category for specifying single-sided borders.
Stars: ✭ 18 (-80.65%)
Mutual labels:  helper
laravel-ray
Debug with Ray to fix problems faster in Laravel apps
Stars: ✭ 225 (+141.94%)
Mutual labels:  debug
android-sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 39 (-58.06%)
Mutual labels:  debug
debug
A small debugging library for C++
Stars: ✭ 30 (-67.74%)
Mutual labels:  debug
react-native-debug-console
A network and console debug component and modal for react native purely in JavaScript
Stars: ✭ 17 (-81.72%)
Mutual labels:  debug
SQLite.viewer
An elegant library for debugging sqlite databases in iOS applications
Stars: ✭ 73 (-21.51%)
Mutual labels:  debug
ts-transform-react-jsx-source
TypeScript AST Transformer that adds source file and line number to JSX elements
Stars: ✭ 12 (-87.1%)
Mutual labels:  debug
UnitySettings
Runtime debugging menu (like setting on Android) for Unity.
Stars: ✭ 26 (-72.04%)
Mutual labels:  debug
robotframework-debuglibrary
A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.
Stars: ✭ 96 (+3.23%)
Mutual labels:  debug
CodeBaseManager
Multi-langage CLI tool to manage your code base
Stars: ✭ 11 (-88.17%)
Mutual labels:  debug
csshelper
CSS helper, forget traditional css frameworks approach, every class is a task-like
Stars: ✭ 14 (-84.95%)
Mutual labels:  helper
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-72.04%)
Mutual labels:  helper

SendMessage

SendMessage is a little tool to send Windows messages to any window.

Build Status

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 application 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!

Please visit the homepage of SendMessage for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].