文章分类 - .NET
摘要:// 类名:SetThumbnailImages.cs <!--?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" ?--> using System;using System.Drawing;using
阅读全文
摘要:问题提出: 利用Excel.Application检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败,原因是出现以下错误: 80070005。 原因: 用户没有使用Excel的权限! 解决方案一: 必须在服务端配置好Ex
阅读全文
摘要:微软提示的连接字符串是:ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & strFileNM & ";" & "Extended Properties='Excel 8.0;HDR=YES;IMEX=1' 问题一:如何读
阅读全文
摘要:一个汉字当成两个字节编码,英文一个字母当成一个字节编码,截取字符串的长度.例如:字符串"微软技术c#讲座",
阅读全文
摘要://Title:绘制曲线图 //Author:方继祥 //PubDate:2005-8-31 //定义绘制图片的宽/高 int width=246,height=200; //定义绘制曲线的颜色 Pen greenPen = new Pen(Color.Green, 1); //定义PointF数组(点) ArrayList a = new ArrayList(); a.Add(new Sy...
阅读全文
摘要:using System.Drawing; using System.IO; using System.Drawing.Imaging; private void CreateCheckCodeImage(string checkCode) { if (checkCode == null || checkCode.Trim() == String.Empty) ...
阅读全文

浙公网安备 33010602011771号