一般可以用以下语句打开各类文件,包括图片。
If Shell("explorer.exe " & Me![图片地址], vbNormalFocus) = 0 Then Exit Sub
如果你调用某个特定程序打开文件,可以写为:
if Shell("rundll32.exe c:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen " & Me![图片地址],vbNormalFocus)=0 Then Exit Sub
以下这串代码是否可以打开图片没有试过:
rundll32.exe c:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen