Common Dialog


  ディレクトリ選択

http://winofsql.jp/help/cpp/BatchHelper.htm#GetFolderName

  

Set BatchHelper = CreateObject( "Lbox.BatchHelper" )

Path = BatchHelper.GetFolderName( "ディレクトリ選択" )
if Path = "" then
	WScript.Quit
end if

WScript.Echo Path
  



  ファイル選択

http://winofsql.jp/help/cpp/BatchHelper.htm#OpenFileName

  

Set BatchHelper = CreateObject( "Lbox.BatchHelper" )

Path = BatchHelper.OpenFileName( _
	"ファイルを開く", _
	"全て,*.*,Excel,*.xls", _
	"C:\TEMP\excel", _
	"xls", _
	"Book1" _
)
if Path = "" then
	WScript.Quit
end if

WScript.Echo Path
  




  複数ファイル選択

http://winofsql.jp/help/cpp/BatchHelper.htm#OpenFileNames

省略時の拡張子は、複数ファイルの場合は "Book1" "Book2" のように ダブルクォーテーションで囲った名前に
それぞれ付加されますが、通常使用する事は無いと思います

  

Set BatchHelper = CreateObject( "Lbox.BatchHelper" )

Path = BatchHelper.OpenFileNames( _
	"複数ファイルを選択", _
	"全て,*.*,Excel,*.xls", _
	"C:\TEMP\excel", _
	"xls" _
)
if Path = "" then
	WScript.Quit
end if

aPath = Split( Path, vbTab )
For I = 0 to Ubound( aPath )
	WScript.Echo aPath(I)
Next
  






yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[BatchHelper]
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
24/04/20 07:59:10
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube