找回密码
 加入
搜索
查看: 1295|回复: 1

一个GUICtrlGetData的问题

[复制链接]
发表于 2009-8-13 22:39:30 | 显示全部楼层 |阅读模式
#include <GUIConstantsEx.au3>
$InstallPath = GUICtrlCreateInput( "d:", 100, 55, 150, 20)
$result1 = GUICtrlGetData($InstallPath)


While 1
     $nmsg = GUIGetMsg()
     Switch $nmsg

     Case   $GUI_EVENT_CLOSE   
             Exit

以上是脚本中截取的部分代码,我的本意是用GUICtrlGetData从输入框中取出输入的字符串,可是运行会报错。提示GUICtrlGetData为未知函数名,是不是要加什么头文件还是要在Include文件夹下加什么文件呢?
谢谢解答
发表于 2009-8-13 22:45:28 | 显示全部楼层
$result1 = GUICtrlRead($InstallPath)
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-22 23:24 , Processed in 0.074292 second(s), 24 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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