|
1 | 1 | # MessageCrackerWizard |
2 | | -A tool for aiding Win32 C development using WINDOWSX.H message crackers |
| 2 | +A tool for aiding Win32 C development using WINDOWSX.H message crackers. |
| 3 | + |
| 4 | +# Introduction |
| 5 | + |
| 6 | +This is the source code, MIT licensed now, of my old ClassWizard-like tool to working with WINDOWSX.H message cracker macros. It's intended as you imagine, for raw-C and C++ programmers developing Win32 native applications. |
| 7 | + |
| 8 | +For a detailed description of this program, check out the original CodeProject article at: |
| 9 | + |
| 10 | +https://www.codeproject.com/Articles/4948/Message-Cracker-Wizard-for-Win-SDK-Developers |
| 11 | + |
| 12 | +Suggestions are welcome. |
| 13 | + |
| 14 | +# Version History |
| 15 | + |
| 16 | +* 1.0 |
| 17 | + * First release, Sep, 2003. |
| 18 | +* 1.2 |
| 19 | + * Added multiple selection feature. |
| 20 | + * Added missing crackers for WM_COPYDATA and WM_HOTKEY messages. |
| 21 | + * Fixed little interface bugs. |
| 22 | +* 2.0 |
| 23 | + * Added message filtering. |
| 24 | + * Added window transparency option (only for Windows 2000/XP/Server 2003). |
| 25 | + * Added show/hide Target code. |
| 26 | + * Added enable/disable stay on top window. |
| 27 | + * Added WM_CTLCOLORxxxx message support. |
| 28 | + * Added message-type bitmaps on list box. |
| 29 | + * Added include/exclude comments option. |
| 30 | + * Fixed keyboard logic. |
| 31 | +* 2.1 |
| 32 | + * Fixed clipboard copy bug (thanks to Agnel Kurian). |
| 33 | + * Now the program is licensed under the GPL. |
| 34 | +* 2.2 |
| 35 | + * C++ code modernization to near- modern standards |
| 36 | + * Updated for compilation with VS2015 |
| 37 | + * Changed to Unicode for all strings |
| 38 | + * Fixed analysis, warnings, and related issues |
| 39 | + * Changed to MIT license |
0 commit comments