代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/367406/9752203
exe scroll_dc.exe
www.eeworm.com/read/367406/9752205
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() < 0x80000
www.eeworm.com/read/367406/9752206
h scroll_dc.h
#define IDM_EXIT 100
#define IDM_DEMO 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/367406/9752208
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/367346/9755282
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"
www.eeworm.com/read/367346/9755286
h scroll_window.h
#define IDM_EXIT 100
#define IDM_DEMO 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/367346/9755287
res scroll_window.res
www.eeworm.com/read/367346/9755288
exe scroll_window.exe
www.eeworm.com/read/367346/9755291
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() < 0x8
www.eeworm.com/read/367346/9755482