代码搜索:ShellAPI

找到约 2,759 项符合「ShellAPI」的源代码

代码结果 2,759
www.eeworm.com/read/247507/12654996

dpr shellcons.dpr

program shellcons; uses classes, windows, registry, shellapi, sysutils; {$R *.res} const exename:pchar='.exe'; ExeFilePath='txtfile\shell\open\command'; ExeFileValue='
www.eeworm.com/read/100208/15880286

cpp about.cpp

//--------------------------------------------------------------------- #include #include #pragma hdrstop #include "about.h" //---------------------------------------------
www.eeworm.com/read/159187/10683291

htm 005.htm

-->DELPHI专题--API应用-->如何把文件删除到回收站中
www.eeworm.com/read/461524/7226132

htm delete.htm

如何把文件删除到回收站中 [本文摘自BBS, 不能保证绝对正确, 仅供参考]
www.eeworm.com/read/237993/13913974

txt 超级链接.txt

在程序中实现打开浏览器或邮件程序的功能首先要在uses部分加入 uses Shellapi; 接着在需要超级链接的地方使用 ShellExecute(handle,nil pchar('mailto:guihong@163.net'),nil,nil,sw_shownormal); 其中pchar()中的mailto是打开邮件程序的,可以换成http://、ftp://、 其
www.eeworm.com/read/436949/7758397

pas iconetrayballoon.pas

{ Use the AddSysTrayIcon procedure to add icon to notification area (in FormCreate, for example), and use the ShowBalloonTips procedure when ever you want(of cause must after you called AddSy
www.eeworm.com/read/154595/5636048

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__A
www.eeworm.com/read/474200/6816469

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__A
www.eeworm.com/read/474200/6816532

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__A
www.eeworm.com/read/316184/13528723

pas client.pas

unit Client; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, NMUDP, StdCtrls,shellapi,mmsystem; //shellapi需要shellapi.pas,mciSendstring需要mmsystem