找回密码
 加入
搜索
查看: 1112|回复: 0

编程练习01

[复制链接]
发表于 2012-5-2 12:57:45 | 显示全部楼层 |阅读模式
本帖最后由 魔导 于 2012-5-2 12:58 编辑

;~ 编写一个程序,它显示您的姓名和地址
$Form1 = GUICreate("练习",200,150,-1,-1)
GUICtrlCreateLabel("姓名",5,2)
GUICtrlCreateLabel('地址',5,20)
$input = GUICtrlCreateInput("",50,2,80,15)
$input1 = GUICtrlCreateInput("",50,20,80,15)

$button = GUICtrlCreateButton("确定",60,40,30,20)
GUISetState()
While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case -3
                        Exit
                                Case $button
                                $xingming = '姓名:'
                                $xingming &= GUICtrlRead($input)
                                $dizhi = '地址:'
                                $dizhi &= GUICtrlRead($input1)
                                MsgBox(0,0,$xingming&@crlf&$dizhi)
                EndSwitch
wend

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-11-25 20:54 , Processed in 0.076830 second(s), 21 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表