几个IE对话框API应用例程
系统结构:LaunchInternetControlPanel,LaunchConnectionDialog,LaunchSecurityDialog,LaunchSiteCertDialog,OpenFontsDialog,DoOrganizeFavDlg,SHGetSpecialFolderPath,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮1_被单击
| |
| |------ _按钮2_被单击
| |
| |------ _按钮3_被单击
| |
| |------ _按钮4_被单击
| |
| |------ _按钮5_被单击
| |
| |------ _按钮6_被单击
| |
| |
======调用的Dll
| |
| |---[dll]------ LaunchInternetControlPanel
| |
| |---[dll]------ LaunchConnectionDialog
| |
| |---[dll]------ LaunchSecurityDialog
| |
| |---[dll]------ LaunchSiteCertDialog
| |
| |---[dll]------ OpenFontsDialog
| |
| |---[dll]------ DoOrganizeFavDlg
| |
| |---[dll]------ SHGetSpecialFolderPath
调用的DLL命令:
.DLL命令 LaunchInternetControlPanel, 整数型, "inetcpl.cpl"
.参数 hwndParent, 整数型
.DLL命令 LaunchConnectionDialog, 整数型, "inetcpl.cpl"
.参数 hwndParent, 整数型
.DLL命令 LaunchSecurityDialog, 整数型, "inetcpl.cpl"
.参数 hwndParent, 整数型
.DLL命令 LaunchSiteCertDialog, 整数型, "inetcpl.cpl"
.参数 hwndParent, 整数型
.DLL命令 OpenFontsDialog, 整数型, "inetcpl.cpl"
.参数 hwndParent, 整数型
.参数 aa
.DLL命令 DoOrganizeFavDlg, 整数型, "shdocvw.dll"
.参数 hwndParent, 整数型
.参数 lpszPath, 文本型, 传址
.DLL命令 SHGetSpecialFolderPath, 整数型, "shell32.dll", "SHGetSpecialFolderPathA"
.参数 hwndOwner, 整数型
.参数 lpszPath, 文本型
.参数 nFolder, 整数型
.参数 fCreate, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。