隐藏窗口标题栏自带的按钮最大化最小化关闭
Function onGUIInit System::Call 'user32::GetWindowLong(i$hwndparent,i -16)i.r0' intop $1 0x80000 ~ intop $0 $0& $1 System::Call 'user32::SetWindowLong(i$hwndparent,i -16,i$0)i'...
直观数据库管理 Valentina Studio v15.3.5/MacOS v15.1.4特别版
Valentina Studio是一款非常受欢迎的数据库管理软件,支持多种流行的数据库的管理,支持报表设计器,拥有可视化的操作界面,以可视化方式进行设计,设计更加的简单高效,还有表单编辑器,查询生...
判断.net环境远程下载安装脚本
正常情况,没有判断.net环境 ; 该脚本使用 HM VNISEdit 脚本编辑器向导产生 ; 安装程序初始定义常量 !define PRODUCT_NAME '管理系统' !define PRODUCT_VERSION '1.0' !define PRODUCT_PUBLISHER...
OleLoadPicturePath在NSIS中如何改变远程图片的显示大小
/* OleLoadPicturePath在NSIS中如何改变远程图片的显示大小 OleLoadPicturePath支持BMP(bitmap),JPEG,WMF,ICO(图标),GIF动画这几种格式.不支持PNG. IPTR->IDXMember indexed IDX from interf...
动态移动控件及鼠标响应
!include nsDialogs.nsh !include LogicLib.nsh ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Name nsDialogs OutFile nsDialogs.exe ######################################### XPStyle on ;;;...
安装目录选择与组件选择页面完美合一
!AddPluginDir . !include 'MUI.nsh' ;!include 'WinCore.nsh' !define SHACF_FILESYSTEM 0x00000001 !define EN_CHANGE 0x0300 Name '安装目录选择与组件选择页面完美合一' OutFile 'Example.e...