以下の内容はhttps://blog.systemjp.net/entry/20100120/p6より取得しました。


ファイル選択ダイアログ

require 'win32ole'
require 'vr/vruby' 
・・・
file=SWin::CommonDialog::openFilename(nil,[["CSV(*.csv)","*.csv"],["all(*.*)","*.*"]],0x1000)
wsh = WIN32OLE.new('WScript.Shell')
if file
 wsh.Popup(file,0, "選択されたファイルは")
else
 wsh.Popup("キャンセルされました",0, "error:")
 exit
end 

ネタ元




以上の内容はhttps://blog.systemjp.net/entry/20100120/p6より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14