SendMessage
Copyright  2004 Veratil Eladamri. All rights reserved.
E-mail: veratil_@hotmail.com


=============================================================
I. About
=============================================================
    SendMessage is a program to send a message to any
  program using a combination of the FindWindow and
  FindWindowEx Windows API functions. Quite simple isn't it?
    Originally this was made to send messages to the Aston
  plugin ZCommand. It was expanded to work with my plugins
  MinMax, MoveMe, and MouseTrap, and maybe others that I
  might not remember. To be honest, I don't know of many
  other good uses for SendMessage other than for Aston
  plugins.


=============================================================
II. How to use it
=============================================================
    Make a shortcut to the SendMessage.exe program and at the
  end of the location to it, add the -class and -message
  commands. Example:

  "[path\SendMessage.exe]" -class:WindowClass -message:1034

    SendMessage can even send a message to a child of a
  window. To do so just separate the window classes by a \.
  This might not work very well with basic child windows like
  buttons or edit boxes.


=============================================================
III. Version History
=============================================================

  v0.0
   - Initial Release


