afan 发表于 2023-8-22 18:40 是的,用 DllStructCreate 创建结构最好是 byte,且先 StringToBinary 将读取到的数据转换下~
举报
haijie1223 发表于 2023-8-22 20:37
chishingchan 发表于 2023-8-27 12:33 发哥!你的代码能否加上水平滚动条?谢谢! 我自己试加了运行出错!
查看全部评分
afan 发表于 2023-8-27 13:21 GUICtrlCreateEdit('', 0, 0, 640, 460)
GUICreate("多国语言编辑器", @DesktopWidth, @DesktopHeight - 74) Local $idMyedit = GUICtrlCreateEdit('', 0, 0, @DesktopWidth, @DesktopHeight - 74)
GUICreate("多国语言编辑器", @DesktopWidth, @DesktopHeight - 74) Local $idMyedit = GUICtrlCreateEdit('', 0, 0, @DesktopWidth, @DesktopHeight - 74 - 20)
chishingchan 发表于 2023-8-27 18:16 对啊!我大意了! 没看到水平滚动条:
afan 发表于 2023-8-27 18:25 因为你的GUI窗口加了菜单栏,客户区会减少相应的高度(通常为20),所以不能以GUI窗口高度为最大值。
haijie1223 发表于 2023-8-28 08:02 哈哈哈哈哈
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-8-1 15:57 , Processed in 0.112509 second(s), 16 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.