댓글 쓰기 권한이 없습니다. 로그인 하시겠습니까?
C#
2015.11.06 10:46
Best way to implement keyboard shortcuts in a Windows Forms application
조회 수 8725 댓글 0
Winform 어플리케이션에서 키보드 단축키 설정하는 간단하고 좋은 방법 protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { if (keyData == (Keys.Control | Keys.F)) { MessageBox.Show("What the Ctrl+F?"); return true; } return base.ProcessCmdKey(ref msg, keyData); } Dreamy의 코드 스크랩내가 모으고 내가 보는
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Designed by sketchbooks.co.kr / sketchbook5 board skin
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5
Sketchbook5, 스케치북5