Answer the question
In order to leave comments, you need to log in
How to control program usage in windows?
Case. There is a web service. You need to open a full-screen (without address bar) browser, go to the web service link, and block any attempts to exit or close it.
Does anyone have a program / solution on this topic?
Clearer examples are to open a site on the screen of a payment terminal, and keep it from being closed by ordinary users.
Answer the question
In order to leave comments, you need to log in
Many browsers have "kiosk mode" specifically for these purposes.
For the same purposes, there are special browsers born without controls.
Node-WebKit, for example, can
search for the phrase "browser kiosk mode" .
Classic browsers like Chrome can also do it: www.kioware.com/resources.aspx?resID=41
Use for example nw.js in kiosk mode - it will open in full screen without closing controls. And the application itself will consist only of an index.html file with the code of the form
<iframe src="http://your-web-service.com" height="100%" width="100%" frameborder="0"></iframe>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question