I need to disable or hide the exit button to prevent a student from accidently closing the application. Any ideas on how to do this. The current way I am trying is not working.
Hi,
This is better to be handled with OS level rather than in application level. You better speak with touchscreen guys. Because I honestly don't see a way to achieve this with ASP.NET or javascripts. Server side technologies are completely out of the context
since it's impossible to hanle such a situation in server side. And As far as I know, there is no client side technology to do such a thing.
Ruchira
All-Star
43046 Points
7034 Posts
MVP
Re: Full Screen
May 07, 2012 03:21 PM|LINK
Hi,
This is better to be handled with OS level rather than in application level. You better speak with touchscreen guys. Because I honestly don't see a way to achieve this with ASP.NET or javascripts. Server side technologies are completely out of the context since it's impossible to hanle such a situation in server side. And As far as I know, there is no client side technology to do such a thing.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.