用默认软件打开jpg文件

作者在 2015-03-13 11:25:32 发布以下内容
Declare Integer ShellExecute In shell32.dll Integer,String,String,String,String,Integer
Declare Integer GetDesktopWindow In Win32api 

lcFile = Getfile("jpg")
If Empty(lcFile)
    Return
Endif 

lnWnd = GetDesktopWindow()
=Shellexecute(lnWnd,"open",lcFile,"","C:\",0)

Clear dlls
文件(夹)问题 | 阅读 1475 次
文章评论,共0条
游客请输入验证码
浏览378828次