代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/145880/12696959
fla scroll.fla
www.eeworm.com/read/245951/12768791
ico scroll.ico
www.eeworm.com/read/143459/12873767
gif scroll.gif
www.eeworm.com/read/244036/12896925
c scroll.c
www.eeworm.com/read/242566/12998757
bas scroll.bas
'Future.Library Scrolling
'
REM $INCLUDE: 'future.bi'
Set640x400
IF Pages% < 3 THEN Future.PRINT 0, 0, "Sorry, need 4 screen pages to run this demo.", 7, 0: SLEEP: ResetScreen: END
SetF
www.eeworm.com/read/141139/13036007
asm scroll.asm
TITLE Scrolling the Console Window (Scroll.asm)
; This program writes 50 lines of text to the console buffer,
; resizes, and scrolls the console window back to line 0.
; Demonstrat
www.eeworm.com/read/141002/13048625
asm scroll.asm
include macro.lib
extrn writepoint:far
extrn printf:far,printf1:far,printf2:far,box:far,clearscreen_rw:far,putchar:far
extrn fill:far,putimmage:far,getimmage:far,vertical:far,horizontal:far,rect
www.eeworm.com/read/240530/13215149
h scroll.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efSCROLLBAR_H
#define _GUI_efSCROLLBAR_H
typedef struct _e
www.eeworm.com/read/240530/13215231
c scroll.c
/*
ScrollBar - 滚动条
www.ecub2006.com
*/
#include "gui.h"
void show_value(HAND hd) /* 显示滚动条 数值*/
{
char buf[10];
HAND scroll;/* 句柄 */
HDC hdc;/* 绘图句柄 */
scroll=GetObjVar(hd);/* 获得 滚动
www.eeworm.com/read/240527/13215341
h scroll.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efSCROLLBAR_H
#define _GUI_efSCROLLBAR_H
typedef struct _e