home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d23456 / PHANTOM.ZIP / English / Phantom.txt < prev   
Text File  |  2001-06-20  |  2KB  |  52 lines

  1.   TPhantom 7.0
  2.  
  3.   programming by Roland Gruber (delphi@rolandgruber.de)
  4.                                (http://www.rolandgruber.de)
  5.  
  6.   You can use this component in commercial and noncommercial
  7.   programms as long as you mention the author(i.g. in an infobox).
  8.  
  9.   The use of this component is at your own risk.
  10.   I do not take any responsibility for any damages.
  11.  
  12.   If you improve this component I would be happy if you
  13.   sent me a copy of the source code and if you have
  14.   suggestions how to improve the component just send
  15.   me an e-mail.
  16.   (delphi@rolandgruber.de)
  17.  
  18.   PAY ATTENTION!!! Hiding of applications from the taskmanager
  19.   is not supported on Windows NT and will be ignored.
  20.  
  21.   How to use this component:
  22.  
  23.   Visible: defines if your form is visible or not
  24.            Set this property at run-time (for example at Form.OnActivate)
  25.   Serviceprocess: hides the program from the taskmanager (CTRL+ALT+DEL)
  26.   Iconfile: filename of the .ico-file for the taskbar icon
  27.   Iconvisibility: defines if the taskbar icon is visible
  28.   Popupright: name of the popup window that appears when
  29.                the user right clicks on the taskbar icon
  30.   Popupleft:  the same as above on left click
  31.   Leftclick:  what happens if the user left clicks on
  32.                the taskbar icon
  33.   Rightclick: same as above on a right click
  34.   Doubleclick: same as above on a double click
  35.   Tip: Text that is shown when cursor is over taskbar icon
  36.   Flash: flashes the button in the taskbar
  37.          (!!! returns to false immediately after being set to true (after one flashing)!!!)
  38.   FlashTime: time(ms) of flashing
  39.   Priority: Priority of the application
  40.   MousePosX: Position of cursor on x-axis
  41.   MousePosY: Position of cursor on y-axis
  42.   MouseRightClick: simulates click of the right mouse button
  43.   MouseLeftClick: simulates click of the left mouse button
  44.   MouseMiddleClick: simulates click of the middle mouse button
  45.   SendString: simulates the input of a string by keyboard
  46.               ( supported characters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
  47.                                       abcdefghijklmnopqrstuvwxyz
  48.                                       1234567890!"º$%&/()=
  49.                                       ,.-;:_ +* )
  50.   LockInput: this locks the mouse and keyboard: if set to liNormal the user is able to unlock
  51.              both by pressing Ctrl+Alt+Del, if set to liHard he has no chance
  52.