home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
PHANTOM.ZIP
/
Phantom.txt
Wrap
Text File
|
2001-06-20
|
5KB
|
109 lines
(English description below)
TPhantom Version 7.0
erstellt von Roland Gruber (delphi@rolandgruber.de)
(http://www.rolandgruber.de)
Diese Komponente darf in kommerziellen Anwendungen sowie
zum privaten Gebrauch verwendet werden, solange der Name
des Programmierers genannt wird (z.B. in einer Info-Box).
Der Gebrauch der Komponente erfolgt auf eigene Gefahr
und fⁿr etweige SchΣden wird keine Haftung ⁿbernommen.
(Auch wenn die Wahrscheinlichkeit dafⁿr eher gering ist.)
Wenn sie diese Komponente verbessern oder Anregungen
haben wⁿrde ich mich ⁿber eine e-mail freuen.
(delphi@rolandgruber.de)
ACHTUNG!!! Das Verstecken vor dem Taskmanager wird unter Windows NT
nicht unterstⁿtzt und von der Komponente ignoriert.
ErklΣrung der Funktionen:
Sichtbar: legt fest ob das Anwendungsformular sichtbar ist
Serviceprocess: versteckt das Programm vor dem Taskmanager(Strg+Alt+Entf)
Icondatei: Name der .ico-Datei die das Symbol fⁿr Taskleiste
enthΣlt.
Iconsichtbarkeit: legt fest, ob das Icon in der Taskleiste
sichtbar ist.
Popuprechts: Name des Popupmenⁿs, das erscheint, wenn der
Benutzer mit der rechten Maustaste auf das
Taskleistenicon klickt
Popuplinks: Dasselbe wie oben mit Klick auf die linke Taste
Linksklick: Ereignis das ausgel÷st wird wenn der Benutzer
mit der linken Maustaste auf das Icon klickt
Rechtsklick: analog zu oben mit der rechten Taste
Doppelklick: analog zu oben mit einem Doppelklick
Blinken: LΣ▀t die SchaltflΣche in der Taskbar einmal blinken
(!!!nach setzen auf true, wechselt es sofort zurⁿck zu false (vorher blinkt es einmal) !!!)
Blinkdauer: Legt fest, wie lange(ms) das Blinken anhΣlt
Prioritaet: PrioritΣt der Anwendung
MausPosX: Position des Mauscursors auf der x-Achse
MausPosY: Position des Mauscursors auf der y-Achse
MausRechtsKlick: simulierter Klick der rechten Maustaste
MausLinksKlick: simulierter Klick der linken Maustaste
MausMittelKlick: simulierter Klick der mittleren Maustaste
Sendstring: simuliert die Eingabe eines Strings ⁿber die Tastatur
( unterstⁿtzte Zeichen: ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890!"º$%&/()=
,.-;:_ +* )
Eingabesperre: hiermit kann man Maus und Tastatur sperren: bei esNormal kann der Benutzer noch
durch Strg+Alt+Entf die Sperre aufheben, bei esHart nicht mehr
****************************************************************
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
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: this 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