Chinaunix首页 | 论坛 | 博客
  • 博客访问: 579675
  • 博文数量: 190
  • 博客积分: 10937
  • 博客等级: 上将
  • 技术积分: 2205
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-07 11:28
文章分类

全部博文(190)

文章存档

2012年(1)

2011年(27)

2010年(20)

2009年(142)

我的朋友

分类:

2009-04-13 10:23:57

Private   Declare   Function   ShellExecute   Lib   "shell32.dll"   Alias   "ShellExecuteA"   (ByVal   hwnd   As   Long,   ByVal   lpOperation   As   String,   ByVal   lpFile   As   String,   ByVal   lpParameters   As   String,   ByVal   lpDirectory   As   String,   ByVal   nShowCmd   As   Long)   As   Long  

Private   Sub   Command1_Click()  
ShellExecute   Me.hwnd,   "open",   "c:\03.pps",   "",   "",   3  
End   Sub

阅读(520) | 评论(0) | 转发(0) |
0

上一篇:Base64

下一篇:用两个inet实现ftp上传进度

给主人留下些什么吧!~~