标题:使用命令 打开文件
只看楼主
aroffice
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2011-9-23
结帖率:92.31%
已结贴  问题点数:10 回复次数:2 
使用命令 打开文件
在VFP中如何使用系统默认的软件打开一个指定的文件
相当于找到这个文件,双击打开

比如打开  D:\test.xls
搜索更多相关主题的帖子: 打开 xls 双击 命令 文件 
2023-02-14 13:22
吹水佬
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
等 级:版主
威 望:432
帖 子:10064
专家分:41463
注 册:2014-5-20
得分:2 
ShellExecute 的 "open"
2023-02-14 13:44
sdta
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
来 自:江苏省连云港市
等 级:版主
威 望:323
帖 子:9621
专家分:26174
注 册:2012-2-5
得分:8 
程序代码:
Declare Integer ShellExecute In shell32.dll Integer,String,String,String,String,Integer
Declare Integer GetDesktopWindow In Win32api 
*lcFile = "D:\Fc.ico"
lcFile = "D:\a1.xls"
lnWnd = GetDesktopWindow()
=Shellexecute(lnWnd,"open",lcFile,"","D:\",1)
Clear dlls

坚守VFP最后的阵地
2023-02-14 13:58



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-511283-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.114265 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved