12件ヒット
[1-12件を表示]
(0.106秒)
ライブラリ
- win32ole (12)
クラス
-
WIN32OLE
_ EVENT (12)
検索結果
-
WIN32OLE
_ EVENT # handler=(obj) -> () (18113.0) -
イベント処理を実行するオブジェクトを登録します。
...erHTML}=#{e.href}"
end
@completed = true
end
def method_missing(id, *args)
puts "event=#{id.to_s}, args=#{args.inspect}"
end
end
ie = WIN32OLE.new('InternetExplorer.Application.1')
event = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
event.handler = IeHandler.n...