Func Example() Local $myedit, $msg GUICreate("My GUI edit") ; will create a dialog box that when displayed is centered $myedit = GUICtrlCreateEdit("First line" & @CRLF, 176, 32, 200, 97, $ES_WANTRETURN + $WS_VSCROLL);$ES_AUTOVSCROLL + $WS_VSCROLL GUISetState() ;Send("{end}") Send("k") GUICtrlSetData($myedit, @CRLF & "Third line", 1) Func Example()
查看全部评分
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-5 01:19 , Processed in 0.098984 second(s), 29 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.