Kamis, 24 Juni 2010
3
[VBS] Membuat Common Dialog Open
Dim objCommDialog,bolCommResult,FSO,Wshell
Set objCommDialog=CreateObject("Useraccounts.Commondialog")
Set FSO = CreateObject("Scripting.Filesystemobject")
Set Wshell=CreateObject("Wscript.Shell")
With objCommDialog
.Filter="BMP Picture Format|*.bmp|All Files|*.*|"
.Flags=1
.InitialDir=FSO.GetParentFolderName(WScript.ScriptFullName)
bolCommResult=objCommDialog.ShowOpen
If bolCommResult Then Wshell.Run .FileName,0,true
End With
'(c) 2010 Crowja
Langganan:
Posting Komentar (Atom)
3 Komentar Untuk “[VBS] Membuat Common Dialog Open”
Rabu, 25 Agustus 2010 pukul 12.44.00 WIB Komentar ini telah dihapus oleh administrator blog.
Jumat, 03 September 2010 pukul 13.42.00 WIB
Komentar ini telah dihapus oleh pengarang.
Jumat, 03 September 2010 pukul 13.42.00 WIB
Komentar ini telah dihapus oleh pengarang.
Posting Komentar
Berikan komentar positif tentang artikel yang sederhana ini niscaya sobat akan mendapatkan balasannya. Hehehe