博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月27日

摘要: Public Function ufmBase64_Encode(bstrSource) As String Const BASE64_TABLE As String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" Dim strTempLine As String Dim j As ... 阅读全文

posted @ 2008-10-27 14:33 佟艿芙 阅读(2155) 评论(0) 推荐(0) 编辑

2008年10月22日

摘要: Dim pstrMsg As CDO.Message Dim pstrConf As CDO.Configuration Dim pstrFlds As ADODB.Fields Const cdoSendUsingPort = 2 Set pstrMsg = New CDO.Message ... 阅读全文

posted @ 2008-10-22 11:37 佟艿芙 阅读(1506) 评论(0) 推荐(0) 编辑

2008年10月21日

摘要: Public Function ufmRecordSet(ByVal bstrSQL As String) As Recordset Dim pcnnCn As New ADODB.Connection Dim precRS As New ADODB.Recordset If mstrConnect = "" Then MsgBox "连接字符串为... 阅读全文

posted @ 2008-10-21 17:54 佟艿芙 阅读(1057) 评论(0) 推荐(0) 编辑

2008年8月2日

摘要: 需要VB API函数: FindWindow ←寻找窗口列表中第一个符合指定条件的顶级窗口 GetWindowThreadProcessId ←获取与指定窗口关联在一起的一个进程和线程标识符 -----------------------------------------------------------------------------------------------------... 阅读全文

posted @ 2008-08-02 16:33 佟艿芙 阅读(1869) 评论(0) 推荐(0) 编辑

2008年6月18日

摘要: class Program { /**//// /// 追加文件,文件不存在则创建,存在则向文件写数据 /// /// /// public static void WriteFile(string users,string content) { ... 阅读全文

posted @ 2008-06-18 20:03 佟艿芙 阅读(197) 评论(0) 推荐(0) 编辑

2006年12月10日

摘要: (1)NET VIEW 作 用:显示域列表、计算机列表或指定计算机的共享资源列表。 命令格式:net view [\\computername | /domain[:domainname]] 参数介绍: (1)键入不带参数的net view显示当前域的计算机列表。 (2)\\computername 指定要查看其共享资源的计算机。 (3)/domain[:domainname]指定要查看其可用计算... 阅读全文

posted @ 2006-12-10 22:54 佟艿芙 阅读(217) 评论(0) 推荐(0) 编辑