2008年3月16日
摘要: Dim ImgByt() As Byte Dim ImgMS As IO.MemoryStream ImgByt = System.IO.File.ReadAllBytes(strImg)‘把图片读入一个字节数组 ImgMS = New System.IO.MemoryStream(ImgByt)’把该数组读入内存 ... 阅读全文
posted @ 2008-03-16 14:09 Stym--闫生 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Public Function InsertPicture() As String Dim oExcel As New Microsoft.Office.Interop.Excel.Application Dim obook As Microsoft.Office.Interop.Excel.Workbooks Dim... 阅读全文
posted @ 2008-03-16 14:05 Stym--闫生 阅读(426) 评论(0) 推荐(0) 编辑