dos_traywnd

显示一个弹出式托盘窗口, 类似于MSN Messenger风格的通知.


语法

(dos_traywnd title text width height [operation [duration]])

参数

title

标题.

 

text

文字.

 

width

宽度(像素).

 

height

高度(像素)

 

operation

当用户点击标题或文字时执行的操作

 

duration

持续时间(毫秒).

返回

nil

示例

Command: (dos_traywnd "ViTarn" "感谢您的关注!\nwww.ViTarn.com" 200 100 "www.vitarn.com" 7000)

nil