文章分类 -  VB代码--文件

摘要:http://www.cnblogs.com/raylynn/archive/2007/03/08/668019.htmlhttp://www.cnblogs.com/sanle/archive/2007/03/28/691724.html 阅读全文
posted @ 2012-09-08 12:02 wxiuming 阅读(140) 评论(0) 推荐(0)
摘要:1 Option Explicit 2 Public gstrLogPath As String 3 4 Private Sub Class_Initialize() 5 gstrLogPath = App.Path & "\Log" 'Log路径 6 End Sub 7 8 '************************************************************************************************* 9 '*函数名: WriteErrLog10 '*程序功能:写日 阅读全文
posted @ 2012-09-08 11:47 wxiuming 阅读(689) 评论(0) 推荐(0)