这里下载站-源码下载

易语言通用对话框模块源码 [db:版本]

大小:10.46 KB 语言:简体中文 类别:国产源码系统:Winall,Win2003,WinXP,Win7,Win8
简介|教程|评论(0)
软件授权:自由软件时间:2021-04-18

标签:

软件介绍
易语言通用对话框模块源码



易语言通用对话框模块源码


系统结构:置_文件标题,取_文件标题,置_路径,取_路径,置_过滤器,取_过滤器,置_过滤器_字节集,取_过滤器_字节集,置_文件名称,取_文件名称,置_颜色,取_颜色,置_标题,取_标题,置_窗口句柄,取_窗口句柄,置_默认扩展,取_默认扩展,置_字体名称,取_字体名称,置_字体大小,取_字体大小,置_粗体,取_粗体,置_斜体,取_斜体,置_下划线,取_下划线,A2W,


======程序集_EC
| |
| |------ _启动子程序
| |
| |
======类_通用对话框
| |
| |------ _置窗口句柄
| |
| |------ _打印对话框
| |
| |------ _文件夹对话框
| |
| |------ _颜色对话框
| |
| |------ _字体对话框
| |
| |------ _打开对话框
| |
| |------ _打印属性
| |
| |------ _保存对话框
| |
| |------ _关机对话框
| |
| |------ _运行对话框
| |
| |
======类_通用对话框_属性
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 置_文件标题
| |
| |------ 取_文件标题
| |
| |------ 置_路径
| |
| |------ 取_路径
| |
| |------ 置_过滤器
| |
| |------ 取_过滤器
| |
| |------ 置_过滤器_字节集
| |
| |------ 取_过滤器_字节集
| |
| |------ 置_文件名称
| |
| |------ 取_文件名称
| |
| |------ 置_颜色
| |
| |------ 取_颜色
| |
| |------ 置_标题
| |
| |------ 取_标题
| |
| |------ 置_窗口句柄
| |
| |------ 取_窗口句柄
| |
| |------ 置_默认扩展
| |
| |------ 取_默认扩展
| |
| |------ 置_字体名称
| |
| |------ 取_字体名称
| |
| |------ 置_字体大小
| |
| |------ 取_字体大小
| |
| |------ 置_粗体
| |
| |------ 取_粗体
| |
| |------ 置_斜体
| |
| |------ 取_斜体
| |
| |------ 置_下划线
| |
| |------ 取_下划线
| |
| |
======程序集_扩展函数集
| |
| |------ _hInstance
| |
| |------ A2W
| |
| |
======调用的Dll
| |
| |---[dll]------ _SHBrowseForFolder
| |
| |---[dll]------ _SHGetPathFromIDList
| |
| |---[dll]------ _lstrcat
| |
| |---[dll]------ _GetOpenFileName
| |
| |---[dll]------ _GetSaveFileName
| |
| |---[dll]------ _ChooseColor
| |
| |---[dll]------ _ChooseFont
| |
| |---[dll]------ _PrinterProperties
| |
| |---[dll]------ _OpenPrinter
| |
| |---[dll]------ _ClosePrinter
| |
| |---[dll]------ _PrintDlg
| |
| |---[dll]------ _MulDiv
| |
| |---[dll]------ _GetDeviceCaps
| |
| |---[dll]------ _GetDC
| |
| |---[dll]------ _GetDesktopWindow
| |
| |---[dll]------ _ReleaseDC
| |
| |---[dll]------ _GetModuleHandle
| |
| |---[dll]------ _SHShutDownDialog
| |
| |---[dll]------ _SHRunDialog
| |
| |---[dll]------ _Control_RunDLL
| |
| |---[dll]------ _MultiByteToWideChar



调用的DLL命令:


.DLL命令 _SHBrowseForFolder, 整数型, "SHELL32.DLL", "SHBrowseForFolder"
.参数 lpBI, BrowseInfo


.DLL命令 _SHGetPathFromIDList, 整数型, "SHELL32.DLL", "SHGetPathFromIDList"
.参数 pidList, 整数型
.参数 lpBuffer, 文本型


.DLL命令 _lstrcat, 整数型, "KERNEL32.DLL", "lstrcatA"
.参数 lpString1, 文本型
.参数 lpString2, 文本型


.DLL命令 _GetOpenFileName, 整数型, "COMDLG32.DLL", "GetOpenFileNameA"
.参数 pOpenfilename, OPENFILENAME


.DLL命令 _GetSaveFileName, 整数型, "COMDLG32.DLL", "GetSaveFileNameA"
.参数 pOpenfilename, OPENFILENAME


.DLL命令 _ChooseColor, 整数型, "COMDLG32.DLL", "ChooseColorA"
.参数 pChoosecolor, ChooseColorStruct


.DLL命令 _ChooseFont, 整数型, "COMDLG32.DLL", "ChooseFontA"
.参数 pChoosefont, ChooseFontStruct


.DLL命令 _PrinterProperties, 整数型, "WINSPOOL.DRV", "PrinterProperties"
.参数 hWnd, 整数型
.参数 hPrinter, 整数型


.DLL命令 _OpenPrinter, 整数型, "WINSPOOL.DRV", "OpenPrinter"
.参数 pPrinterName, 文本型
.参数 phPrinter, 整数型, 传址
.参数 pDefault, PRINTER_DEFAULTS


.DLL命令 _ClosePrinter, 整数型, "WINSPOOL.DRV", "ClosePrinter"
.参数 hPrinter, 整数型


.DLL命令 _PrintDlg, 整数型, "COMDLG32.DLL", "PrintDlgA"
.参数 pPrintdlg, PrintDlgStruct


.DLL命令 _MulDiv, 整数型, "KERNEL32.DLL", "MulDiv"
.参数 nNumber, 整数型
.参数 nNumerator, 整数型
.参数 nDenominator, 整数型


.DLL命令 _GetDeviceCaps, 整数型, "GDI32.DLL", "GetDeviceCaps"
.参数 hDC, 整数型
.参数 nIndex, 整数型


.DLL命令 _GetDC, 整数型, "USER32.DLL", "GetDC"
.参数 hWnd, 整数型


.DLL命令 _GetDesktopWindow, 整数型, "USER32.DLL", "GetDesktopWindow"


.DLL命令 _ReleaseDC, 整数型, "USER32.DLL", "ReleaseDC"
.参数 hWnd, 整数型
.参数 hDC, 整数型


.DLL命令 _GetModuleHandle, 整数型, "KERNEL32.DLL", "GetModuleHandleA"
.参数 lpModuleName, 整数型


.DLL命令 _SHShutDownDialog, 整数型, "SHELL32.DLl", "#60"
.参数 YourGuess, 整数型


.DLL命令 _SHRunDialog, 整数型, "SHELL32.DLL", "#61"
.参数 hOwner, 整数型
.参数 Unknown1, 整数型
.参数 Unknown2, 整数型
.参数 szTitle, 字节集
.参数 szPrompt, 字节集
.参数 uFlags, 整数型


.DLL命令 _Control_RunDLL, 整数型, "SHELL32.DLL", "Control_RunDLLA"
.参数 hWnd, 整数型
.参数 hInst, 整数型
.参数 Cmd, 文本型
.参数 nCmdShow, 整数型


.DLL命令 _MultiByteToWideChar, 整数型, "kernel32.dll", "MultiByteToWideChar"
.参数 CodePage, 整数型
.参数 dwFlags, 整数型
.参数 lpMultiByteStr, 文本型
.参数 cchMultiByte, 整数型
.参数 lpWideCharStr, 字节集
.参数 cchWideChar, 整数型

加载全部内容

热门推荐
推荐教程
猜你喜欢
相关合集
用户评论
暂停评论
本类排行