积极答复者
在备份文件,或复制文件时如何使用进度条ProgressBar1?

问题
答案
-
使用SQLDMO备份,PercentComplete事件
http://www.sqldev.net/sqldmo/SQL-DMO.NETEventsVB.htm
http://feiyun0112.cnblogs.com/- 已标记为答案 奇门少爷 2009年6月12日 8:18
全部回复
-
使用SQLDMO备份,PercentComplete事件
http://www.sqldev.net/sqldmo/SQL-DMO.NETEventsVB.htm
http://feiyun0112.cnblogs.com/- 已标记为答案 奇门少爷 2009年6月12日 8:18
-
-
feiyun0112大哥,我用vb6.0,不是vb.net,能行吗?
一样
http://feiyun0112.cnblogs.com/
Imports System.Runtime.InteropServices
Imports SQLDMO
这两句都用不了,vb6中 -
feiyun0112大哥,我用vb6.0,不是vb.net,能行吗?
一样
http://feiyun0112.cnblogs.com/
还好,引用了sqldmo.dll所有的函数都能用了 -
feiyun0112大哥,我用vb6.0,不是vb.net,能行吗?
一样
http://feiyun0112.cnblogs.com/
Imports System.Runtime.InteropServices
Imports SQLDMO
这两句都用不了,vb6中
VB6不需要这,这是导入命名空间
http://feiyun0112.cnblogs.com/