|
-
Jun 4th, 2010, 09:32 AM
#1
Thread Starter
Junior Member
Application - always on top i.e. visible
Hi,
I need to force my application to aways be on top and visible to the user. The application is maximised but if the user presses certain keys (e.g. call key), a new screen will open and my application\form will be behind the new screen.
Can I force my application/form to remain on top.
P.S. I am writing in VB.NET 2005.
Thanks,
xzanti
-
Jun 5th, 2010, 08:25 AM
#2
Frenzied Member
Re: Application - always on top i.e. visible
You can, by using the ShowWindow API, but do you really want to do that, as you will stop people from answering calls etc.
Or do you mean it is going out to a bunch of your users, and you only want them to have access to your applicaion? If so, search for kiosk mode
-
Jun 10th, 2010, 05:38 AM
#3
Thread Starter
Junior Member
Re: Application - always on top i.e. visible
Thanks,
I read up on the "kiosk mode" and it is not that simple so in the end I used the UnregisterFunc1 and RegisterHotKey to disable certain keys on the device.
xzanti
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
|