home *** CD-ROM | disk | FTP | other *** search
- TPhantom 7.0
-
- programming by Roland Gruber (delphi@rolandgruber.de)
- (http://www.rolandgruber.de)
-
- You can use this component in commercial and noncommercial
- programms as long as you mention the author(i.g. in an infobox).
-
- The use of this component is at your own risk.
- I do not take any responsibility for any damages.
-
- If you improve this component I would be happy if you
- sent me a copy of the source code and if you have
- suggestions how to improve the component just send
- me an e-mail.
- (delphi@rolandgruber.de)
-
- PAY ATTENTION!!! Hiding of applications from the taskmanager
- is not supported on Windows NT and will be ignored.
-
- How to use this component:
-
- Visible: defines if your form is visible or not
- Set this property at run-time (for example at Form.OnActivate)
- Serviceprocess: hides the program from the taskmanager (CTRL+ALT+DEL)
- Iconfile: filename of the .ico-file for the taskbar icon
- Iconvisibility: defines if the taskbar icon is visible
- Popupright: name of the popup window that appears when
- the user right clicks on the taskbar icon
- Popupleft: the same as above on left click
- Leftclick: what happens if the user left clicks on
- the taskbar icon
- Rightclick: same as above on a right click
- Doubleclick: same as above on a double click
- Tip: Text that is shown when cursor is over taskbar icon
- Flash: flashes the button in the taskbar
- (!!! returns to false immediately after being set to true (after one flashing)!!!)
- FlashTime: time(ms) of flashing
- Priority: Priority of the application
- MousePosX: Position of cursor on x-axis
- MousePosY: Position of cursor on y-axis
- MouseRightClick: simulates click of the right mouse button
- MouseLeftClick: simulates click of the left mouse button
- MouseMiddleClick: simulates click of the middle mouse button
- SendString: simulates the input of a string by keyboard
- ( supported characters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
- abcdefghijklmnopqrstuvwxyz
- 1234567890!"ยบ$%&/()=
- ,.-;:_ +* )
- LockInput: this locks the mouse and keyboard: if set to liNormal the user is able to unlock
- both by pressing Ctrl+Alt+Del, if set to liHard he has no chance
-