jeSendString is a win32 commandline program that sends a WM_COPYDATA string to specified window.
Description
Created 2004-06-01
Copyright (c) Johan Eliasson & Nebol Software 2004+
Freeware
Usage: C:> jeSendString “database manager” “configure”
This sends a WM_COPYDATA message to the program with the windowtitle “database manager”. The WM_COPYDATA message contains a string char “configure”. All the receiving program has to do is read the string and the length of the string from the COPYDATASTRUCT and then return the message.
Download
jeSendString.exe (add the url…)
Changes
2004-07-13 Fixed a bug; the string was not null-terminated. Note that the length now includes the null character at the end of the string, ie if the string is “nebol” the length is 6, not 5.
TODO
Nah.