代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/237993/13914225
txt 键盘状态.txt
可以调用Win API的Getkeyboardstate()函数。
常量 按键名称
VK_INSERTI nsert键
VK_NUMLOCK Num Lock键
VK_CAPITAL Caps Lock键
VK_SCROLL Scroll Lock键
键盘缓冲区每一位都有一位特定的格式,对于状态键来说,最低位是1时表示状态键处于ON状态,你可以使用odd()函数来确定这一位
www.eeworm.com/read/374230/9414323
asp framebar.asp
正在上传............
td {font-family:Tahoma; font-size: 8pt }
www.eeworm.com/read/426084/10287876
js instance-style.js
addStylePad("pad", "pad-css:pad; offset-top:3; offset-left:-3; scroll:y-only;");
addStyleItem("item", "css:itemOff, itemOn");
addStyleFont("font", "css:fontOff, fontOn");
addStyleTag("tag", "css:ta
www.eeworm.com/read/354930/10312570
cpp scrolldlg.cpp
// ScrollDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Scroll.h"
#include "ScrollDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI