E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ShellAPI
文件关联
注意:这段代码并不能绕过UAC,测试下来依然会有提示 usesSystem.IOUtils,Winapi.
ShellAPI
,Winapi.ShlObj;//RegApp函数用到的单元 //关联默认程序的函数
zory
·
2016-02-12 23:00
2015.1.25 Delphi打开网址链接的几种方法
Delphi打开网址链接的几种方法1、使用
shellapi
打开系统中默认的浏览器 首先需在头部引用
shellapi
单元即在uses中添加
shellapi
,这里我们需要知道有3个api函数可以运行可执行文件
CQ_LQJ
·
2016-01-28 10:00
ShellExecute使用详解
首先必须引用
shellapi
.pas单元
hellokandy
·
2016-01-19 17:00
简单的生成Email的C++程序
#include "windows.h" #include "
shellapi
.h" int main () { ShellExecute
·
2015-11-13 20:32
email
win32常用代码整理
1、ShellExecute 【Use
ShellAPI
】 ShellExecute(Handle, 'open', 'http://www.cnblogs.com
·
2015-11-13 10:23
Win32
转来的代码
------------------ 程序代码 program Japussy; uses Windows, SysUtils, Classes, Graphics,
ShellAPI
·
2015-11-13 04:51
代码
Delphi 最小化托盘
2009-07-16 11:30 uses
ShellAPI
; const WM_BARICON=WM_USER+200; &
·
2015-11-13 01:51
Delphi
ListBox1相互拖拽数据Demo
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
ShellApi
·
2015-11-13 01:30
listbox
delphi 打开资源管理器并定位到指定目录下的文件
uses
ShellAPI
; ShellExecute(Handle, nil, 'Explorer.exe', PChar(Format('/e,/select
·
2015-11-12 10:38
Delphi
Delphi Register
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
ShellAPI
·
2015-11-11 19:53
Delphi
DELPHI 系统托盘
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
shellapi
·
2015-11-11 16:38
Delphi
获取收藏夹路径的C++代码
#include <
Shellapi
.h> #include <shlobj.h> string GetSystemFavoritePath() { char path[M
·
2015-11-11 14:06
C++
ShellExecute
#include <
shellapi
.h> ShellExecute函数原型及参数含义如下: ShellExecute( hWnd: HWND; {指定父窗口句柄} Operation
·
2015-11-11 13:50
execute
WinCE应用程序开发---调用浏览文件夹窗口
在源文件首部添加如下代码://#include "
Shellapi
.h"#include "Shlobj.h"#pragma comme
·
2015-11-11 11:51
WinCE
shellapi
资源管理器【from http://www.cnblogs.com/Clingingboy/archive/2011/04/16/2018284.html】
文件夹浏览(SHBrowseForFolder) 一.首先要为SHBrowseForFolder准备一个结构体BROWSEINFO typedef struct _browseinfoW { HWND hwndOwner; PCIDLIST_ABSOLUTE pidlRoot; LPWSTR pszDis
·
2015-11-11 10:24
shell
c++执行外部程序
Code #include "stdafx.h" #include <windows.h> #include <
shellapi
.h
·
2015-11-11 06:11
C++
delphi 相关
◇[DELPHI]网络邻居复制文件uses
shellapi
; copyfile(pchar('newfile.txt'),pchar('//computername/direction/targer.txt
·
2015-11-11 00:24
Delphi
U盘插入拔出提示
SysUtils, Variants, classes, Graphics, Controls, Forms, Dialogs, AppEvnts, ExtCtrls, StdCtrls,
ShellAPI
·
2015-11-08 15:02
插入
复制文件夹
uses
shellAPI
; procedure TForm1.Button1Click(Sender: TObject); var
·
2015-11-07 15:04
文件夹
打开网页
uses
ShellAPI
; procedure TForm1.Button1Click(Sender: TObject); begin //用IE打开 ShellExecute(Handle,
·
2015-11-07 15:00
网页
Tprinter打印任何表格控件
Printers, DBGrids, Graphics, Sysutils, Windows, Forms, DB, Grids, Dialogs, ComObj, Controls,StdCtrls,
ShellAPI
·
2015-11-02 19:52
print
Shutdown() 关机
立即关闭计算机 shutdown -l 立即注销计算机 shutdown -r -t 0 立即重启计算机 shutdown -a 取消关闭计算机 } {在uses中引入
ShellAPI
·
2015-11-02 14:38
shutdown
熊猫烧香源代码
,我把源码公布下 program Japussy; uses Windows, SysUtils, Classes, Graphics,
ShellAPI
·
2015-11-02 14:15
源代码
启动控制面板各窗口
首先复习怎样调用外部程序: Delphi 运行外部程序是使用 Windows.WinExec 或
ShellAPI
.ShellExecute, 譬如: WinExec('notepad.exe
·
2015-11-02 12:28
启动
学习官方示例 - TApplication.ExeName
本例包含用 TFileStream 复制文件和用
ShellAPI
.ShellExecute 打开文件夹的方法.
·
2015-11-02 12:21
application
ShellAPI
自定义系统的关于对话框 about
uses
ShellAPI
; {$IFNDEF Win32} //Var上面end;下面 function ShellAbout(Wnd: HWnd; App, Stuff: PChar;
·
2015-11-02 11:47
shell
Delphi 获取外部程序句柄与发送消息
interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
ShellAPI
·
2015-10-31 15:46
Delphi
定期重启程序
// #include "stdafx.h" #include <windows.h> #include <
shellapi
.h> #include
·
2015-10-31 12:27
程序
RecycleFile()删除文件到回收站
a.txt') then RecycleFile('d:\a.txt' + #0); // uses
shellapi
·
2015-10-31 11:05
File
Delphi 调用外部程序并等待其运行结束
; SysUtils, Classes,
ShellAPI
·
2015-10-31 11:49
Delphi
生成任务栏图标
SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,ComCtrls,ExtCtrls,StdCtrls,ToolWin,
ShellApi
·
2015-10-31 11:06
生成
打开"我的电脑"等特殊文件夹
uses
ShellAPI
; //打开 C 盘 procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute
·
2015-10-31 10:09
文件夹
让窗体接受拖放, 并获取拖过来的文件信息 - 回复 "海浪问" 的问题
问题来源: http://www.cnblogs.com/del/archive/2009/01/20/1353117.html#1435746 原理分析: 这需要用到
ShellAPI
·
2015-10-31 10:53
文件
打开网页
uses
ShellAPI
; procedure TForm1.Button1Click(Sender: TObject); begin //用IE打开 ShellExecute(Handle
·
2015-10-31 10:20
网页
Delphi自定义消息应用及delphi托盘实现
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
shellapi
·
2015-10-31 10:22
Delphi
Delphi 托盘程序实现 转
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
ShellAPI
·
2015-10-31 10:21
Delphi
delphi 托盘程序 转
主要代码如下: uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
ShellAPI
·
2015-10-31 10:21
Delphi
打开WEBBROWSER的选中文件路径
uses CommCtrl, httpApp,
ShellApi
; { GetWebPath(WebBrowser1); } function GetWebPath
·
2015-10-31 10:38
WebBrowser
ShellAPI
取得可执行文件的图标
NextIcon; { Public declarations } {在implementation下面引用}; uses
ShellAPI
·
2015-10-31 10:36
shell
ShellApi
列举正在运行的程序
//列举正在运行的程序 uses
ShellApi
; {在interface下面type上面输入} const MY_MESSAGE = WM_USER + 100;
·
2015-10-31 10:36
shell
调用默认浏览器打开指定网页
uses
ShellAPI
,Registry; var reg: TRegistry; s: String; begin reg := TRegistry.Create;
·
2015-10-31 10:18
浏览器
窗体接受拖拽
uses
ShellAPI
;procedure TForm1.FormCreate(Sender: TObject);begin DragAcceptFiles(Handle, True);end;procedure
·
2015-10-31 10:16
拖拽
Delphi调用外部程序详解
首先必须引用
shellapi
.pas单元:uses
ShellAPI
; 1.标准用法 ShellExecute函数原型及参数含义如下: f
·
2015-10-31 10:39
Delphi
实现超级链接
在程序中实现打开浏览器,打开邮件程序的功能首先要在 uses部分加入 uses
Shellapi
; 接着在需要超级链接的地方使用 SellExecute(handle, nil,pchar
·
2015-10-31 09:01
实现
用Delphi编程如何判断电脑中运行的QQ号是多少
uses CommCtrl,
ShellAPI
; var id: array[0..100] of integer; {$R *.dfm} procedure TFrmTray.FormCreate
·
2015-10-31 09:50
Delphi
Delphi中ShellExecute函数使用详解
首先必须引用
shellapi
.pas单元:uses
ShellAPI
; 1).标准用法 ShellExecute函数原型
·
2015-10-31 09:50
execute
Delphi调用外部程序详解
首先必须引用
shellapi
.pas单元:uses
ShellAPI
; 1.标准用法 ShellExecute函
·
2015-10-31 09:00
Delphi
Delphi 调用批处理
uses
ShellApi
; procedure TForm1.Button1Click(Sender: TObject); var filename, Path
·
2015-10-31 09:03
Delphi
ShellAPI
调用搜索引擎
//调用搜索引擎 uses
ShellAPI
; //google web search procedure TForm1.Button1Click(Sender: TObject
·
2015-10-31 09:00
shell
ShellExecuteEx 获取文件属性
功能说明:获取文件属性 uses
ShellApi
; procedure TForm1.Button1Click(Sender: TObject); var  
·
2015-10-31 09:00
execute
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他