SndKey32

Delphi SendKeys and AppActivate unit

Copyright (c) 1994-1996 Ken Henderson.

All,

This unit includes a simple SendKeys and AppActivate routine (ala Visual
Basic) for Delphi 2.0.  See the SndKey32.int file for information on 
exact syntax.

Use in Delphi

1)  Unzip the SndKey32.zip file.

2)  Add the unit to a Delphi project in which you want to use its functions.

3)  Load a form into the visual form designer (or load a unit source into the
code editor) and select Use Unit from the File menu.  Select SndKey32 from the
list of available units.  This adds the SndKey32 unit to the Uses list of the
current unit/form.

You can then call the SendKeys and AppActivate functions.


Limits on use

Yes, there are a couple of pesky limitations I'd like to lay on you.  
Since I haven't decided what commercial avenues I may explore with this 
product, I do not wish for this to be distributed outside of the forum -- 
it's for Delphi forum members only.  You also may not include it with any 
a programming library or programming tool of any type without my express 
written permission.  I don't know for sure what I'll do with it in the 
future, so I'd like to leave my options open.  Thanks for understanding.

I'd appreciate any feedback you might have.  Send any comments or
suggestions to (CIS): 74763,2305.

Source availability

The source will be available soon.

Many thanks to Danny Thorpe of Borland for his help and suggestions.


Ken Henderson
December 24, 1995

