举报
原帖由 wbsgege 于 2008-11-6 03:26 发表 我将代码这样写 $PasswordEdit = GUICtrlCreateInput('word', 8, 32, 233, 21, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL)) MsgBox(1,"",$PasswordEdit ) 返回的结果是3 或者这样写 $PasswordEdit = GUICtrlCrea ...
#include <EditConstants.au3> #include <GUIConstantsEx.au3> $hwnd=GUICreate("Test",300,200) $PasswordEdit = GUICtrlCreateInput('word', 8, 32, 233, 21, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL)) $button1=GUICtrlCreatebutton("Test", 8, 70, 50, 25) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE Exit Case $msg = $button1 $hq1=GUICtrlRead($PasswordEdit) MsgBox(1,"Password",$hq1) EndSelect WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 07:35 , Processed in 0.076708 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.