readme.txt

来自「smartphone2003 上用evc编译的按键测试程序, api编写的」· 文本 代码 · 共 45 行

TXT
45
字号
========================================================================
       WIN32 APPLICATION : keytest22
========================================================================

Name: keytest22
====

What is it: Displays the message sent to the system, along with the the wParam 
            and the lParam for each keystroke made with the Stylus.
==========

Features: 
========

You need to select (Show\WM_XXXXX) the WM_XXXXX messages that you want to track
and view.


Menu Custom Data:
================

/////////////////////////////////////////////////////////////////////////////
//
// Data
//

IDM_MAIN_MENU RCDATA DISCARDABLE
BEGIN
  //Popup menu name
  IDM_MAIN_MENU, 
  //Count of items to put on the menu (er... toolbar)
  1

  
  I_IMAGENONE, IDM_MAIN_MENUITEM1, TBSTATE_ENABLED,
  TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE,
  IDS_MAIN_MENUITEM1, 0, 0, //First popup menu

END


*template


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?