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
Printable View
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
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