Top > Ruby [2.2.2] > Popup


Popup起動

require 'win32ole'

wsh = WIN32OLE.new('WScript.Shell')
wsh.Popup('desc', 0, 'title')

処理の完了、デバッグを行う時に結構便利で使用してます。



Copyright © 2015 AchaPorutePiipo All Rights Reserved.