Msg == WM_SYSKEYDOWN || m.Msg == WM_SYSKEYUP) { MessageBox.Show("Test"); } base.WndProc(ref m); } } } The application is a standard Windows ...
確定! 回上一頁