代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/206867/15286973
mak scroll_window.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/206867/15286974
h scroll_window.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/206867/15286975
cpp scroll_window.cpp
#include
#include "Scroll_Window.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0
www.eeworm.com/read/206867/15287050
rc scroll1.rc
#include "windows.h"
#include "Scroll1.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/206867/15287051
mak scroll1.mak
# Nmake macros for building Windows 32-Bit apps
all: Scroll1.exe
# Update the resource if necessary
Scroll1.res: Scroll1.rc Scroll1.h
rc -r -fo Scroll1.res Scroll1.rc
# Update the obj
www.eeworm.com/read/206867/15287052
cpp scroll1.cpp
#include
#include "Scroll1.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x80000
www.eeworm.com/read/206867/15287053
h scroll1.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/7619/123264
htm scroll_menu.htm
www.eeworm.com/read/7643/124431
htm scroll_menu.htm
www.eeworm.com/read/11269/216085