Home > Back-end >  How to let oneself write application in full screen on startup and cannot be closed?
How to let oneself write application in full screen on startup and cannot be closed?

Time:09-25


How to let oneself write application in full screen on startup and cannot be closed?
Remember a long time ago, in the Internet cafe with PubWin client, as is the
An application is an open machine, full screen directly, and requires login,

How should this happen, please?

CodePudding user response:

1. Need to disable Windows key combination CTRL + Alt + del

2. The monitoring system of the screen resolution, to ensure that the ontology full-screen window for flipping

3. Need to disable the ALT + TAB key combination

4. Need to disable the Windows key

5. Need to disable the ALT + ESC

6. Need to disable CTRL + ESC

7. Need to disable the ALT + F4 keys

8. Ontology window ban users move, change size

9. Whether ontology window monitoring set-top

Temporarily thought of that

CodePudding user response:

OnCloseQuery

CanClose:=false;
  • Related