代码搜索:SCROLL

找到约 4,241 项符合「SCROLL」的源代码

代码结果 4,241
www.eeworm.com/read/473568/6846346

bmp scroll2.bmp

www.eeworm.com/read/472120/6879138

png scroll-arrows.png

www.eeworm.com/read/173971/9624890

ico scroll-1.ico

www.eeworm.com/read/173971/9624913

ico scroll-2.ico

www.eeworm.com/read/367808/9731341

js scroll_block.js

/** 定时循环滚动区块控制脚本 */ var scrollerheight=80; // 需要滚动的区块的高度 var s_amount = 80; //每次滚动的高度 var waitingtime = 3000; // 停顿时间 var bMouseOver = 1; var scrollspeed = 1; // 滚动速度 var s_tmp
www.eeworm.com/read/171829/9734678

mak scroll_dc.mak

# Nmake macros for building Windows 32-Bit apps all: Scroll~1.exe # Update the resource if necessary Scroll~1.res: Scroll~1.rc Scroll~1.h rc -r -fo Scroll~1.res Scroll~1.rc # Update t
www.eeworm.com/read/171829/9734679

cpp scroll_dc.cpp

#include #include "Scroll_DC.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x800
www.eeworm.com/read/171829/9734680

h scroll_dc.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/171829/9734681

rc scroll_dc.rc

#include "windows.h" #include "Scroll_DC.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/171829/9734682

rc scroll_window.rc

#include "windows.h" #include "Scroll_Window.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit"