|
-
December 27th, 1999, 02:01 AM
#1
Appl without UI, Keypress capture
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
-
December 27th, 1999, 03:27 AM
#2
Re: Appl without UI, Keypress capture
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|