How to trap the keyboard strokes on a c# win forms application (CTRl + alt +Del)

前端 未结 6 1440
刺人心
刺人心 2020-12-09 00:33

Is there Any way to handle the Ctrl+Alt+Del Key combination. Take for instance in a quiz application (Win Forms), the user should not be abl

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 01:18

    I don't think this is a good approach.

    You are developing an application for the user and should not try to hinder his general actions.

    For Alt+Ctrl+Del key combination read this article.

提交回复
热议问题