基 础 函 数 参 考


AutoItWinSetTitle

修改 AutoIt 窗口标题.

AutoItWinSetTitle ( "新文本" )

参 数

新文本 窗口的新标题.

返 回 值

None.

备 注

AutoIt 窗口通常处于隐藏状态. 修改其标题的目的是为了让其它程序(或者其它 AutoIt 脚本程序)能与 AutoIt 交互.

相 关 函 数

AutoItWinGetTitle, WinSetTitle

函 数 示 例


AutoItWinSetTitle("我的 AutoIt 窗口")

provider with jb51.net (unicode)