What you want is to create an application in Kiosk Mode . This is not simple to implement. You should use the library of the user32.dll
system to block all keys and shortcuts that may cause the application to exit and hide the taskbar and Windows buttons.
I have already tried to develop an application of the type using an article from CodeProject , but the project did not go forward. In the example used in the article, the project was developed focusing on Windows XP and Windows 7 computers. You have to check if it would work with more current operating systems like Windows 8, 8.1 and 10.
Here in SOPt we have already had a question with this subject .
In StackOverflow you have a little more content: