Skip to content

Commit 6c24574

Browse files
committed
Update README
release on: https://nullcraft.org/d/100
1 parent 0a2fae3 commit 6c24574

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# CustomWindow
22
一个简单的窗口尺寸修改工具,同时支持静默启动修改,可以代替为启动工具。
3+
4+
## 实现方式
5+
6+
通过调用 Windows API(Win32API) `MoveWindow``SetWindowPos` 实现对窗口句柄发送更新窗口位置、尺寸从而更改窗口的状态。
7+
8+
**了解更多API:**
9+
- 全部 [Windows API 索引](https://learn.microsoft.com/zh-cn/windows/win32/apiindex/windows-api-list)
10+
- 了解 [MoveWindow](https://learn.microsoft.com/zh-cn/windows/win32/api/winuser/nf-winuser-movewindow)
11+
- 了解 [SetWindowPos](https://learn.microsoft.com/zh-cn/windows/win32/api/winuser/nf-winuser-setwindowpos)
12+
13+
## 使用方法
14+
15+
> 使用本工具需要先安装 [.NET8](https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0) 桌面运行环境。
16+
17+
1. 运行工具
18+
2. 选择程序路径或程序的进程名称
19+
3. 设置一个尺寸
20+
4. 点击 修改窗口按钮 测试是否修改成功
21+
22+
## 下载软件
23+
24+
1. 通过 [Github Release](https://github.com/FastChen/CustomWindow/releases) 下载
25+
2. 通过 [发布页](https://nullcraft.org/d/100) 下载
26+
3. 通过 [用户群](https://jq.qq.com/?_wv=1027&k=A9YzWvbS) 下载
27+
28+
## 软件图片
29+
30+
![主页面](./images/main.png)

images/main.png

28.5 KB
Loading

0 commit comments

Comments
 (0)