|
-
Nov 18th, 2002, 09:56 AM
#1
Thread Starter
New Member
Focus must always be on my application
Hello,
I want to know how I can be sure that the focus is always on my application. If the user clicks on another app, the focus must get back to my app.
Thanks for help.
-
Nov 18th, 2002, 09:59 AM
#2
The easiest way would be to not let them click on another app.
Confine the mouse cursor to just your screen.
-
Nov 18th, 2002, 10:10 AM
#3
Frenzied Member
You could also set your form to always be on top.
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
-
Nov 18th, 2002, 10:12 AM
#4
Frenzied Member
This question is asked here about 10 times per month. Do a search for 'always on top'.
Also, there is a thread in this api forum - FAQ - that is still visible. It has the answer as well.
-
Nov 18th, 2002, 10:16 AM
#5
Thread Starter
New Member
Not only always on top
Sorry,
but it´s not only that the form have to be always on top. It must have the focus of the keyboard, so that´s impossible to shut the computer down and to close my app.
-
Nov 18th, 2002, 10:27 AM
#6
Ok
So, would confining the cursor to your form work for you?
-
Nov 18th, 2002, 10:35 AM
#7
Frenzied Member
So, would confining the cursor to your form work for you?
You'd also have to nuke the ALT+TAB key combination
-
Nov 18th, 2002, 10:42 AM
#8
Thread Starter
New Member
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
|