代码搜索:ShellAPI
找到约 2,759 项符合「ShellAPI」的源代码
代码结果 2,759
www.eeworm.com/read/190083/8449125
c optionsdisplay.c
//
// Neatpad
// OptionsDisplay.c
//
// www.catch22.net
//
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include
#include
#include
#include
www.eeworm.com/read/190083/8449169
c options.c
//
// Neatpad
// Options.c
//
// www.catch22.net
//
#define STRICT
#include
#include
#include
#include
#include "resource.h"
#include "N
www.eeworm.com/read/188732/8517817
dpr getxcl.dpr
program getxcl;
uses
Forms, messages, windows, shellapi, Sysutils,
Unit1 in 'Unit1.pas' {MainGetScr},
BMPCRC in 'BMPCRC.pas',
fun2 in 'fun2.pas',
BmpSet in 'BmpSet.pas';
{$R *.res
www.eeworm.com/read/180605/9300611
dpr project1.dpr
program Project1;
uses
Windows,
Messages,
SysUtils,
Classes,
Graphics,
Controls,
Forms,
ShellAPI,
Unit1 in 'Unit1.pas' {Form1};
Const
WM_BARICON=WM_USER+200;
sc_
www.eeworm.com/read/176279/9509877
dpr hdsi2005.dpr
program HDSI2005;
uses
Forms,
IniFiles,
SysUtils,
shellapi,
windows,
Main_Unit in 'Main_Unit.pas' {Form_main},
CJdatabase_unit in '..\猜解数据库\CJdatabase_unit.pas',
httpget
www.eeworm.com/read/176279/9509880
~dpr hdsi2005.~dpr
program HDSI2005;
uses
Forms,
IniFiles,
SysUtils,
shellapi,
windows,
Main_Unit in 'Main_Unit.pas' {Form_main},
CJdatabase_unit in '..\猜解数据库\CJdatabase_unit.pas',
httpget
www.eeworm.com/read/407148/7110038
cpp coolcpu.cpp
#include "ntdll_c.h"
#include
#include
#include "DriverControl.h"
#include "resource.h"
#pragma comment( linker, "/ENTRY:CTQYmain" )
#define WM_ICONCALLBACK ( WM_U
www.eeworm.com/read/458708/7290877
pas trayicon.pas
//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
// 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳
// 的函数都包含在ShellAPI单元中.
//
www.eeworm.com/read/297079/8054665
h aygshell.h
#ifndef _AYGSHELL_H
#define _AYGSHELL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#if _WIN32_WCE >= 400
#include /* shellapi needs this */
#include
#inclu
www.eeworm.com/read/490247/6461098
dpr crypt.dpr
program crypt;
uses
Forms, ShellAPI,SysUtils, windows, RegisTry,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
var reg:TRegisTry;
s:string;
b:array [1..112] of byte;
n:byte;
begin
Ap