Click to See Complete Forum and Search --> : Appl without UI, Keypress capture


deepak_warrier
December 27th, 1999, 01:01 AM
How can I create an application without a User interface? It should not be displayed in the Windows Taskbar.

Also, is there an API to capture all the keypresses? That is, keypresses to any/all applications.

Thanx
Deepak

Dr_Michael
December 27th, 1999, 02:27 AM
You should use one form I suppose.
Set this property: ShowInTaskBar = false.
And this property: Visible = False
Add all the code to the form module and you are ok I think...

Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece