Sendkey98 Demo
==============

Two executables will display all functionality of the component.

Delphi4.exe
  This main demo allows testing of all functions.
  
  Sendkeys
    This simply demonstrates sending keystrokes to a window which 
    already has focus. 
  SendkeysTo: Menu/Form   
    This uses the SendKeysTo function with the form's handle as a parameter.
    The four pre-defined buttons allow you see what happens when hotkey
    combinations are sent to the window.
    The "Send Input Field to Menu/Form" button allows you to turn ON the
    TokensOnly property and send a string like: '{ALT}S' to replace the 
    Inline Trigger "@" of the first pre-defined button.
  SendKeysToTopWindow
    This is a demo on how to send keystrokes to the default (focused window) of 
    another application. Several pre-defined strings are available, you may also 
    type in your own:
      SetFocusDemo  - First execute the included SetFocusDemo.exe
      Untitled - Notepad - Start Notepad from the start menu and send keystrokes to it
      MS-DOS Prompt - Win9x DOS window
      Command Prompt - Win NT DOS window
    This function sets the first parameter of the SendKeysToTopWindow to nil, so make 
    sure you only have one window with the selected title up and running. This is great for 
    a demo, in real life you would pass both parameters to narrow the options.
  SendKeysTo
    This section plus the SetFocusDemo.exe was add to demonstrate the new ability in Win98/2000.
    The SetFocusDemo.exe has a field which publishes the window handle of the second Edit 
    control. Run the SetFocusDemo.exe copy the number to the Delphi4 Demo control with the 
    text "Enter a WindowHandle". Move a bunch of windows around and click "Input Field to WindowHandle".
    Not only does it force the window to the foreground (difficult in Win98) but it also sets focus to 
    the correct edit control.
  Arrow Keys
    I have build several application for the disabled, most of them need some type of Keyboard substitute. 
    This demo shows that by added more tokens, you can easily use the caption of a button to direct any user
    input.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fred schetterer
support@fredsterware.com
FreDsterWare ComputerTools Ltd.




  