代码搜索:commctrl
找到约 1,362 项符合「commctrl」的源代码
代码结果 1,362
www.eeworm.com/read/171152/9768839
cpp gbsample.cpp
// gbsample.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "gbsample.h"
#include
#include
#include
#include "STGap
www.eeworm.com/read/270217/11045040
cpp testconnmgr.cpp
// TestConnMgr.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "TestConnMgr.h"
#include
#include
#include "Connmgr_status.h"
#inclu
www.eeworm.com/read/270217/11045049
cpp testconnmgr.cpp
// TestConnMgr.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "TestConnMgr.h"
#include
#include
#include "Connmgr_status.h"
#inclu
www.eeworm.com/read/268635/11128592
cpp outlookextension.cpp
// OutlookExtension
// Copyright Ric Vieler, 2006
// Filter Outlook email
#include "stdafx.h"
#include
#include
#include
#define MIDL_PASS
#include
www.eeworm.com/read/411937/11220683
cpp prcedemo.cpp
// PrCEDemo.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include
#include "PrCEDemo.h"
#include
extern void DoDemo(HWND hWnd);
#defi
www.eeworm.com/read/148080/12495085
cpp systeminfo.cpp
// SystemInfo.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/147486/12550575
cpp d.cpp
#include "stdafx.h"
//#include
//#include
//#include
//#include
#include "D.h"
#include "..\\..\\..\\..\\inc\\NewSig.h"
#include "..\\..\\..\
www.eeworm.com/read/135372/13937310
cpp main.cpp
#include
#include
#include "resource.h"
#include "Machine.h"
#define IsDigit(ch) (ch >= '0' && ch
www.eeworm.com/read/176533/9494177
rc sfilter.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#include "commctrl.h"
#include "winnt.h"
#include "winuser.h"
#define IDC_STATIC -1
1 TYPELIB "sf
www.eeworm.com/read/170521/9801761
pas helpers.pas
unit helpers;
interface
uses windows, commctrl;
function Byte2Hex(value: byte): shortstring;
function Word2Hex(value: Word): shortstring;
function Byte2Bin(v : byte) : shortstring;
fun