【求教】怎样点击打开按钮之后就打开一个文件?
vb吧
全部回复
仅看楼主
level 3
1394869986a
楼主
就像这样,点击打开之后就能自动打开一个在\:x\x\x目录下的文件,求教OAO
2014年04月07日 08点04分
1
level 3
1394869986a
楼主
求大神来解答OAO
2014年04月07日 08点04分
2
吧务
level 13
Pen血La
用open
2014年04月07日 08点04分
3
1394869986a
去试试
2014年04月07日 09点04分
1394869986a
open怎么用。。比如说我要打开一个在“D:\编程专用\单机版wiki\新建文件夹”中的文件名为1的文件,需要输入什么命令
2014年04月07日 09点04分
Pen血La
回复 1394869986a :open "D:\编程专用\单机版wiki\新建文件夹" for append(还可以binary,input,output,random) as #1
2014年04月07日 09点04分
level 9
xjzone
shell "路径" 可以打开exe文件
shell “explorer.exe 路径” 可以打开文件夹或者所有后缀的文件
2014年04月07日 09点04分
4
1394869986a
谢谢w
2014年04月07日 09点04分
🍼我要吃肉
不用explorer.exe也可以啊 如 shell"c:\vb\aa.exe"
2014年08月17日 16点08分
level 11
q1987648
Shell "cmd.exe /c " & Chr(34) & "文件路径" & Chr(34), vbHide
2014年04月07日 09点04分
5
level 12
丶落寞的男孩
shell ""
2014年08月17日 05点08分
7
1