代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/388292/8616534
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/187180/8845856
cs scrollbarstyle.cs
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Resources;
using System
www.eeworm.com/read/284331/8943068
txt 数据窗口自动折行.txt
DW折行
如何在DataWindow中实现列的自动折行
我们在PowerBuilder应用程序的开发过程中, 使用DataWindow时, 经常会遇
到某列的数据太长, 不能同时全部显示的情况. 若采用自动水平滚动, 操作起
来又不够简便. 下面介绍一种方法, 实现列数据多行显示, 即实现列数据的自
动折行.具体步骤如下:
1) 在DataWindow Painter中打开此Dat ...
www.eeworm.com/read/183326/9170066
c hardscroll.c
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
*
www.eeworm.com/read/378183/9245135
dat funtc93.dat
函数名称: bioskey
函数原型: int bioskey(int cmd)
函数功能: 读取键盘值
函数返回:
函数说明: cmd=0 返回一个键盘值,如无键盘按下,一直等.
cmd=1 查询键盘是否按下.
0-无键按下,非0-有键按下
www.eeworm.com/read/378183/9245478
dat funtc246b.dat
#include
#include
int main(void)
{
clrscr();
cprintf("Make sure the scroll lock key is off and press any key");
getch();
poke(0x0000,0x0417,16);
cprintf("
www.eeworm.com/read/378183/9245838
dat funtc247b.dat
#include
#include
int main(void)
{
clrscr();
cprintf("Make sure the scroll lock key is off and press any key");
getch();
pokeb(0x0000,0x0417,16);
cprintf(